#5F330B

Color #5F330B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5F330B

Tints of Baker's Chocolate #5F330B

Color information

#5F330B (or 0x5F330B) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 33 and 0B. RGB value is (95,51,11). Sum of RGB (Red+Green+Blue) = 95+51+11=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F330B is #A0CCF4. Grayscale: #3B3B3B. Windows color (decimal): -10538229 or 734047. OLE color: 734047.

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

Color convert

RGB955111-
CMYK00.460.880.63
HSL28.57º79.25%20.78%-
HSV(B)28.57º88.42%37.25%-
XYZ5.964.820.93-
YUV59.6100.58153.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.51%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=60.51%
G=32.48%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95511100.460.880.6328.5779.2520.78
Hex5F33B02E583F1d4f15
Octal1376313056130773511725
Binary101111111001110110101110101100011111111101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,51,11); }

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

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

 a { background-color: rgb(95,51,11); }

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

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

 span { border-color: rgb(95,51,11); }

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