#914D36

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

Shades of Paarl #914D36

Tints of Paarl #914D36

Color information

#914D36 (or 0x914D36) is unknown color: approx Paarl. HEX triplet: 91, 4D and 36. RGB value is (145,77,54). Sum of RGB (Red+Green+Blue) = 145+77+54=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #914D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D36 is #6EB2C9. Grayscale: #5E5E5E. Windows color (decimal): -7254730 or 3558801. OLE color: 3558801.

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

Color convert

RGB1457754-
CMYK00.470.630.43
HSL15.16º45.73%39.02%-
HSV(B)15.16º62.76%56.86%-
XYZ1511.594.94-
YUV94.71105.03163.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=52.54%
G=27.90%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145775400.470.630.4315.1645.7339.02
Hex914D3602F3F2Bf2e27
Octal221115660577753175647
Binary10010001100110111011001011111111111010111111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,77,54); }

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

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

 a { background-color: rgb(145,77,54); }

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

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

 span { border-color: rgb(145,77,54); }

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