Html Css Color HEX #5F360A Baker's Chocolate

📋 copy color: '#5F360A'

red 95 ◦ green 54 ◦ blue 10

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

Shades of Baker's Chocolate #5F360A

Tints of Baker's Chocolate #5F360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.96%

 BLUE value IS 10 (4.3% from 255) = 6.29%

R = 59.75%
G = 33.96%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.63

RGB Variations

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

Color information

#5F360A (or 0x5F360A) is known color: Baker's Chocolate. HEX triplet: 5F, 36 and 0A. RGB value is (95,54,10). Sum of RGB (Red+Green+Blue) = 95+54+10=159 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.75% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 95 - color contains mainly: red. Hex color #5F360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F360A is #A0C9F5. Grayscale: #3D3D3D. Windows color (decimal): -10537462 or 669279. OLE color: 669279.

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

Color convert

RGB 95 54 10 -
CMYK 0 0.43 0.89 0.63
HSL 31.06º 0.81% 0.21% -
HSV(B) 31.06º 0.89% 0.37% -
XYZ 6.09 5.09 0.95 -
YUV 61.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 95 54 10 0 0.43 0.89 0.63 31.06 0.81 0.21
Hex 5F 36 A 0 2B 59 3F 1F 51 15
Octal 137 66 12 0 53 131 77 37 121 25
Binary 1011111 110110 1010 0 101011 1011001 111111 11111 1010001 10101

Color Harmonies of #5F360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F360A

Black with #5F360A

Text Example


Text Example

White with #5F360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,54,10); }

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

background-color css

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

 a { background-color: rgb(95,54,10); }

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

border-color css

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

 span { border-color: rgb(95,54,10); }

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