Html Css Color HEX #5F3008 Baker's Chocolate

📋 copy color: '#5F3008'

red 95 ◦ green 48 ◦ blue 8

#5F3008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #5F3008

Tints of Baker's Chocolate #5F3008

RGB

 RED value IS 95 (37.5% from 255) = 62.91%

 GREEN value IS 48 (19.14% from 255) = 31.79%

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 62.91%
G = 31.79%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.63

RGB Variations

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

Color information

#5F3008 (or 0x5F3008) is known color: Baker's Chocolate. HEX triplet: 5F, 30 and 08. RGB value is (95,48,8). Sum of RGB (Red+Green+Blue) = 95+48+8=151 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.91% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3008 is #A0CFF7. Grayscale: #393939. Windows color (decimal): -10539000 or 536671. OLE color: 536671.

HSL color Cylindrical-coordinate representation of color #5F3008: hue angle of 27.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F3008 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 48 8 -
CMYK 0 0.49 0.92 0.63
HSL 27.59º 0.84% 0.2% -
HSV(B) 27.59º 0.92% 0.37% -
XYZ 5.82 4.56 0.8 -
YUV 57.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 95 48 8 0 0.49 0.92 0.63 27.59 0.84 0.2
Hex 5F 30 8 0 31 5C 3F 1C 54 14
Octal 137 60 10 0 61 134 77 34 124 24
Binary 1011111 110000 1000 0 110001 1011100 111111 11100 1010100 10100

Color Harmonies of #5F3008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3008

Black with #5F3008

Text Example


Text Example

White with #5F3008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,48,8); }

 H1.HeaderClassName
 {
   color: #5F3008;
 }
 .AnyTagClassName
 {
   color: #5F3008;
 }
</style>

background-color css

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

 a { background-color: rgb(95,48,8); }

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

border-color css

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

 span { border-color: rgb(95,48,8); }

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