Html Css Color HEX #57380A Baker's Chocolate

📋 copy color: '#57380A'

red 87 ◦ green 56 ◦ blue 10

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

Shades of Baker's Chocolate #57380A

Tints of Baker's Chocolate #57380A

RGB

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

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

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

R = 56.86%
G = 36.6%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57380A (or 0x57380A) is known color: Baker's Chocolate. HEX triplet: 57, 38 and 0A. RGB value is (87,56,10). Sum of RGB (Red+Green+Blue) = 87+56+10=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #57380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57380A is #A8C7F5. Grayscale: #3C3C3C. Windows color (decimal): -11061238 or 669783. OLE color: 669783.

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

Color convert

RGB 87 56 10 -
CMYK 0 0.36 0.89 0.66
HSL 35.84º 0.79% 0.19% -
HSV(B) 35.84º 0.89% 0.34% -
XYZ 5.4 4.88 0.94 -
YUV 60.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 87 56 10 0 0.36 0.89 0.66 35.84 0.79 0.19
Hex 57 38 A 0 24 59 42 24 4F 13
Octal 127 70 12 0 44 131 102 44 117 23
Binary 1010111 111000 1010 0 100100 1011001 1000010 100100 1001111 10011

Color Harmonies of #57380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57380A

Black with #57380A

Text Example


Text Example

White with #57380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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