Html Css Color HEX #57360E Baker's Chocolate

📋 copy color: '#57360E'

red 87 ◦ green 54 ◦ blue 14

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

Shades of Baker's Chocolate #57360E

Tints of Baker's Chocolate #57360E

RGB

 RED value IS 87 (34.38% from 255) = 56.13%

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

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 56.13%
G = 34.84%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57360E (or 0x57360E) is known color: Baker's Chocolate. HEX triplet: 57, 36 and 0E. RGB value is (87,54,14). Sum of RGB (Red+Green+Blue) = 87+54+14=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57360E is #A8C9F1. Grayscale: #3B3B3B. Windows color (decimal): -11061746 or 931415. OLE color: 931415.

HSL color Cylindrical-coordinate representation of color #57360E: hue angle of 32.88º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57360E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 54 14 -
CMYK 0 0.38 0.84 0.66
HSL 32.88º 0.72% 0.2% -
HSV(B) 32.88º 0.84% 0.34% -
XYZ 5.33 4.7 1.04 -
YUV 59.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 87 54 14 0 0.38 0.84 0.66 32.88 0.72 0.2
Hex 57 36 E 0 26 54 42 21 48 14
Octal 127 66 16 0 46 124 102 41 110 24
Binary 1010111 110110 1110 0 100110 1010100 1000010 100001 1001000 10100

Color Harmonies of #57360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57360E

Black with #57360E

Text Example


Text Example

White with #57360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57360E; }

 p { color: rgb(87,54,14); }

 H1.HeaderClassName
 {
   color: #57360E;
 }
 .AnyTagClassName
 {
   color: #57360E;
 }
</style>

background-color css

<style>
 a { background-color: #57360E; }

 a { background-color: rgb(87,54,14); }

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

border-color css

<style>
 span { border-color: #57360E; }

 span { border-color: rgb(87,54,14); }

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