#5F330A

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

Shades of Baker's Chocolate #5F330A

Tints of Baker's Chocolate #5F330A

Color information

#5F330A (or 0x5F330A) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 33 and 0A. RGB value is (95,51,10). Sum of RGB (Red+Green+Blue) = 95+51+10=156 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.90% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 95 - color contains mainly: red. Hex color #5F330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F330A is #A0CCF5. Grayscale: #3B3B3B. Windows color (decimal): -10538230 or 668511. OLE color: 668511.

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

Color convert

RGB955110-
CMYK00.460.890.63
HSL28.94º80.95%20.59%-
HSV(B)28.94º89.47%37.25%-
XYZ5.964.820.9-
YUV59.48100.08153.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.90%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=60.90%
G=32.69%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95511000.460.890.6328.9480.9520.59
Hex5F33A02E593F1d5115
Octal1376312056131773512125
Binary101111111001110100101110101100111111111101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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