#5F4842

Color #5F4842 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #5F4842

Tints of Congo Brown #5F4842

Color information

#5F4842 (or 0x5F4842) is unknown color: approx Congo Brown. HEX triplet: 5F, 48 and 42. RGB value is (95,72,66). Sum of RGB (Red+Green+Blue) = 95+72+66=233 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.77% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4842 is #A0B7BD. Grayscale: #4E4E4E. Windows color (decimal): -10532798 or 4343903. OLE color: 4343903.

HSL color Cylindrical-coordinate representation of color #5F4842: hue angle of 12.41º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F4842 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB957266-
CMYK00.240.310.63
HSL12.41º18.01%31.57%-
HSV(B)12.41º30.53%37.25%-
XYZ8.027.466.17-
YUV78.19121.12139.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.77%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=40.77%
G=30.90%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95726600.240.310.6312.4118.0131.57
Hex5F48420181F3Fc1220
Octal1371101020303777142240
Binary10111111001000100001001100011111111111110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4842; }

 p { color: rgb(95,72,66); }

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

<style>
 a { background-color: #5F4842; }

 a { background-color: rgb(95,72,66); }

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

<style>
 span { border-color: #5F4842; }

 span { border-color: rgb(95,72,66); }

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