Html Css Color HEX #5F3208 Baker's Chocolate

📋 copy color: '#5F3208'

red 95 ◦ green 50 ◦ blue 8

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

Shades of Baker's Chocolate #5F3208

Tints of Baker's Chocolate #5F3208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.68%

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

R = 62.09%
G = 32.68%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.63

RGB Variations

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

Color information

#5F3208 (or 0x5F3208) is known color: Baker's Chocolate. HEX triplet: 5F, 32 and 08. RGB value is (95,50,8). Sum of RGB (Red+Green+Blue) = 95+50+8=153 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.09% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3208 is #A0CDF7. Grayscale: #3A3A3A. Windows color (decimal): -10538488 or 537183. OLE color: 537183.

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

Color convert

RGB 95 50 8 -
CMYK 0 0.47 0.92 0.63
HSL 28.97º 0.84% 0.2% -
HSV(B) 28.97º 0.92% 0.37% -
XYZ 5.9 4.73 0.83 -
YUV 58.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 95 50 8 0 0.47 0.92 0.63 28.97 0.84 0.2
Hex 5F 32 8 0 2F 5C 3F 1D 54 14
Octal 137 62 10 0 57 134 77 35 124 24
Binary 1011111 110010 1000 0 101111 1011100 111111 11101 1010100 10100

Color Harmonies of #5F3208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3208

Black with #5F3208

Text Example


Text Example

White with #5F3208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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