Html Css Color HEX #5F320B Baker's Chocolate

📋 copy color: '#5F320B'

red 95 ◦ green 50 ◦ blue 11

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

Shades of Baker's Chocolate #5F320B

Tints of Baker's Chocolate #5F320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 60.9%
G = 32.05%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.63

RGB Variations

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

Color information

#5F320B (or 0x5F320B) is known color: Baker's Chocolate. HEX triplet: 5F, 32 and 0B. RGB value is (95,50,11). Sum of RGB (Red+Green+Blue) = 95+50+11=156 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.90% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 95 - color contains mainly: red. Hex color #5F320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F320B is #A0CDF4. Grayscale: #3B3B3B. Windows color (decimal): -10538485 or 733791. OLE color: 733791.

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

Color convert

RGB 95 50 11 -
CMYK 0 0.47 0.88 0.63
HSL 27.86º 0.79% 0.21% -
HSV(B) 27.86º 0.88% 0.37% -
XYZ 5.92 4.74 0.92 -
YUV 59.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 95 50 11 0 0.47 0.88 0.63 27.86 0.79 0.21
Hex 5F 32 B 0 2F 58 3F 1C 4F 15
Octal 137 62 13 0 57 130 77 34 117 25
Binary 1011111 110010 1011 0 101111 1011000 111111 11100 1001111 10101

Color Harmonies of #5F320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F320B

Black with #5F320B

Text Example


Text Example

White with #5F320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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