#5F2F02

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

Shades of Baker's Chocolate #5F2F02

Tints of Baker's Chocolate #5F2F02

Color information

#5F2F02 (or 0x5F2F02) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 2F and 02. RGB value is (95,47,2). Sum of RGB (Red+Green+Blue) = 95+47+2=144 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.97% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2F02 is #A0D0FD. Grayscale: #383838. Windows color (decimal): -10539262 or 143199. OLE color: 143199.

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

Color convert

RGB95472-
CMYK00.510.980.63
HSL29.03º95.88%19.02%-
HSV(B)29.03º97.89%37.25%-
XYZ5.754.470.62-
YUV56.2297.4155.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 65.97%
GREEN value IS 47 (18.75% from 255) = 32.64%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=65.97%
G=32.64%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9547200.510.980.6329.0395.8819.02
Hex5F2F2033623F1d6013
Octal137572063142773514023
Binary1011111101111100110011110001011111111101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,47,2); }

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

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

 a { background-color: rgb(95,47,2); }

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

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

 span { border-color: rgb(95,47,2); }

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