#914a37

Color #914A37 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #914A37

Tints of Paarl #914A37

Color information

#914A37 (or 0x914A37) is unknown color: approx Paarl. HEX triplet: 91, 4A and 37. RGB value is (145,74,55). Sum of RGB (Red+Green+Blue) = 145+74+55=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #914A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A37 is #6EB5C8. Grayscale: #5D5D5D. Windows color (decimal): -7255497 or 3623569. OLE color: 3623569.

HSL color Cylindrical-coordinate representation of color #914A37: hue angle of 12.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #914A37 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB1457455-
CMYK00.490.620.43
HSL12.67º45%39.22%-
HSV(B)12.67º62.07%56.86%-
XYZ14.8211.194.99-
YUV93.06106.52165.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 52.92%
GREEN value IS 74 (29.30% from 255) = 27.01%
BLUE value IS 55 (21.88% from 255) = 20.07%
R=52.92%
G=27.01%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145745500.490.620.4312.674539.22
Hex914A370313E2Bd2d27
Octal221112670617653155547
Binary10010001100101011011101100011111101010111101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914a37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914a37; }

 p { color: rgb(145,74,55); }

 H1.HeaderClassName
 {
   color: #914a37;
 }
 .AnyTagClassName
 {
   color: #914a37;
 }
</style>
background-color css

<style>
 a { background-color: #914a37; }

 a { background-color: rgb(145,74,55); }

 div.DivClassName
 {
   background-color: #914a37;
 }
 .BgClassName
 {
   background-color: #914a37;
 }
</style>
border-color css

<style>
 span { border-color: #914a37; }

 span { border-color: rgb(145,74,55); }

 td.TdClassName
 {
   border-color: #914a37;
 }
 .TagClassName
 {
   border-color: #914a37;
 }
</style>