Html Css Color HEX #5F2308 Baker's Chocolate

📋 copy color: '#5F2308'

red 95 ◦ green 35 ◦ blue 8

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

Shades of Baker's Chocolate #5F2308

Tints of Baker's Chocolate #5F2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

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

R = 68.84%
G = 25.36%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.63

RGB Variations

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

Color information

#5F2308 (or 0x5F2308) is known color: Baker's Chocolate. HEX triplet: 5F, 23 and 08. RGB value is (95,35,8). Sum of RGB (Red+Green+Blue) = 95+35+8=138 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.84% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2308 is #A0DCF7. Grayscale: #323232. Windows color (decimal): -10542328 or 533343. OLE color: 533343.

HSL color Cylindrical-coordinate representation of color #5F2308: hue angle of 18.62º 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 #5F2308 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 35 8 -
CMYK 0 0.63 0.92 0.63
HSL 18.62º 0.84% 0.2% -
HSV(B) 18.62º 0.92% 0.37% -
XYZ 5.36 3.65 0.65 -
YUV 49.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 95 35 8 0 0.63 0.92 0.63 18.62 0.84 0.2
Hex 5F 23 8 0 3F 5C 3F 13 54 14
Octal 137 43 10 0 77 134 77 23 124 24
Binary 1011111 100011 1000 0 111111 1011100 111111 10011 1010100 10100

Color Harmonies of #5F2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2308

Black with #5F2308

Text Example


Text Example

White with #5F2308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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