#5F3D24

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

Shades of Bracken #5F3D24

Tints of Bracken #5F3D24

Color information

#5F3D24 (or 0x5F3D24) is unknown color: approx Bracken. HEX triplet: 5F, 3D and 24. RGB value is (95,61,36). Sum of RGB (Red+Green+Blue) = 95+61+36=192 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.48% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3D24 is #A0C2DB. Grayscale: #444444. Windows color (decimal): -10535644 or 2375007. OLE color: 2375007.

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

Color convert

RGB956136-
CMYK00.360.620.63
HSL25.42º45.04%25.69%-
HSV(B)25.42º62.11%37.25%-
XYZ6.715.92.45-
YUV68.32109.76147.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 49.48%
GREEN value IS 61 (24.22% from 255) = 31.77%
BLUE value IS 36 (14.45% from 255) = 18.75%
R=49.48%
G=31.77%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95613600.360.620.6325.4245.0425.69
Hex5F3D240243E3F192d1a
Octal13775440447677315532
Binary101111111110110010001001001111101111111100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,61,36); }

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

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

 a { background-color: rgb(95,61,36); }

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

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

 span { border-color: rgb(95,61,36); }

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