#8E4B32

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

Shades of Paarl #8E4B32

Tints of Paarl #8E4B32

Color information

#8E4B32 (or 0x8E4B32) is unknown color: approx Paarl. HEX triplet: 8E, 4B and 32. RGB value is (142,75,50). Sum of RGB (Red+Green+Blue) = 142+75+50=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4B32 is #71B4CD. Grayscale: #5C5C5C. Windows color (decimal): -7451854 or 3296142. OLE color: 3296142.

HSL color Cylindrical-coordinate representation of color #8E4B32: hue angle of 16.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E4B32 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1427550-
CMYK00.470.650.44
HSL16.3º47.92%37.65%-
HSV(B)16.3º64.79%55.69%-
XYZ14.2511.014.39-
YUV92.18104.2163.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=53.18%
G=28.09%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142755000.470.650.4416.347.9237.65
Hex8E4B3202F412C103026
Octal2161136205710154206046
Binary1000111010010111100100101111100000110110010000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E4B32; }

 p { color: rgb(142,75,50); }

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

<style>
 a { background-color: #8E4B32; }

 a { background-color: rgb(142,75,50); }

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

<style>
 span { border-color: #8E4B32; }

 span { border-color: rgb(142,75,50); }

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