#5F4641

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

Shades of Congo Brown #5F4641

Tints of Congo Brown #5F4641

Color information

#5F4641 (or 0x5F4641) is unknown color: approx Congo Brown. HEX triplet: 5F, 46 and 41. RGB value is (95,70,65). Sum of RGB (Red+Green+Blue) = 95+70+65=230 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.30% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4641 is #A0B9BE. Grayscale: #4C4C4C. Windows color (decimal): -10533311 or 4277855. OLE color: 4277855.

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

Color convert

RGB957065-
CMYK00.260.320.63
HSL10º18.75%31.37%-
HSV(B)10º31.58%37.25%-
XYZ7.867.195.98-
YUV76.9121.28140.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.30%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=41.30%
G=30.43%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95706500.260.320.631018.7531.37
Hex5F464101A203Fa131f
Octal1371061010324077122337
Binary10111111000110100000101101010000011111110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,70,65); }

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

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

 a { background-color: rgb(95,70,65); }

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

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

 span { border-color: rgb(95,70,65); }

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