#5F4C4B

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

Shades of Congo Brown #5F4C4B

Tints of Congo Brown #5F4C4B

Color information

#5F4C4B (or 0x5F4C4B) is unknown color: approx Congo Brown. HEX triplet: 5F, 4C and 4B. RGB value is (95,76,75). Sum of RGB (Red+Green+Blue) = 95+76+75=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4C4B is #A0B3B4. Grayscale: #515151. Windows color (decimal): -10531765 or 4934751. OLE color: 4934751.

HSL color Cylindrical-coordinate representation of color #5F4C4B: hue angle of 3º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F4C4B is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB957675-
CMYK00.200.210.63
HSL11.76%33.33%-
HSV(B)21.05%37.25%-
XYZ8.578.117.77-
YUV81.57124.29137.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.62%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=38.62%
G=30.89%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95767500.200.210.63311.7633.33
Hex5F4C4B014153F3c21
Octal137114113024257731441
Binary10111111001100100101101010010101111111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,76,75); }

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

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

 a { background-color: rgb(95,76,75); }

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

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

 span { border-color: rgb(95,76,75); }

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