Html Css Color HEX #57380C Baker's Chocolate

📋 copy color: '#57380C'

red 87 ◦ green 56 ◦ blue 12

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

Shades of Baker's Chocolate #57380C

Tints of Baker's Chocolate #57380C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.13%

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 56.13%
G = 36.13%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57380C (or 0x57380C) is known color: Baker's Chocolate. HEX triplet: 57, 38 and 0C. RGB value is (87,56,12). Sum of RGB (Red+Green+Blue) = 87+56+12=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57380C is #A8C7F3. Grayscale: #3C3C3C. Windows color (decimal): -11061236 or 800855. OLE color: 800855.

HSL color Cylindrical-coordinate representation of color #57380C: hue angle of 35.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57380C is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 56 12 -
CMYK 0 0.36 0.86 0.66
HSL 35.2º 0.76% 0.19% -
HSV(B) 35.2º 0.86% 0.34% -
XYZ 5.41 4.88 1 -
YUV 60.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 87 56 12 0 0.36 0.86 0.66 35.2 0.76 0.19
Hex 57 38 C 0 24 56 42 23 4C 13
Octal 127 70 14 0 44 126 102 43 114 23
Binary 1010111 111000 1100 0 100100 1010110 1000010 100011 1001100 10011

Color Harmonies of #57380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57380C

Black with #57380C

Text Example


Text Example

White with #57380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57380C; }

 p { color: rgb(87,56,12); }

 H1.HeaderClassName
 {
   color: #57380C;
 }
 .AnyTagClassName
 {
   color: #57380C;
 }
</style>

background-color css

<style>
 a { background-color: #57380C; }

 a { background-color: rgb(87,56,12); }

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

border-color css

<style>
 span { border-color: #57380C; }

 span { border-color: rgb(87,56,12); }

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