Html Css Color HEX #57370D Baker's Chocolate

📋 copy color: '#57370D'

red 87 ◦ green 55 ◦ blue 13

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

Shades of Baker's Chocolate #57370D

Tints of Baker's Chocolate #57370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 56.13%
G = 35.48%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#57370D (or 0x57370D) is known color: Baker's Chocolate. HEX triplet: 57, 37 and 0D. RGB value is (87,55,13). Sum of RGB (Red+Green+Blue) = 87+55+13=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57370D is #A8C8F2. Grayscale: #3B3B3B. Windows color (decimal): -11061491 or 866135. OLE color: 866135.

HSL color Cylindrical-coordinate representation of color #57370D: hue angle of 34.05º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57370D is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 55 13 -
CMYK 0 0.37 0.85 0.66
HSL 34.05º 0.74% 0.2% -
HSV(B) 34.05º 0.85% 0.34% -
XYZ 5.37 4.79 1.02 -
YUV 59.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 87 55 13 0 0.37 0.85 0.66 34.05 0.74 0.2
Hex 57 37 D 0 25 55 42 22 4A 14
Octal 127 67 15 0 45 125 102 42 112 24
Binary 1010111 110111 1101 0 100101 1010101 1000010 100010 1001010 10100

Color Harmonies of #57370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57370D

Black with #57370D

Text Example


Text Example

White with #57370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57370D; }

 p { color: rgb(87,55,13); }

 H1.HeaderClassName
 {
   color: #57370D;
 }
 .AnyTagClassName
 {
   color: #57370D;
 }
</style>

background-color css

<style>
 a { background-color: #57370D; }

 a { background-color: rgb(87,55,13); }

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

border-color css

<style>
 span { border-color: #57370D; }

 span { border-color: rgb(87,55,13); }

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