Html Css Color HEX #57350B Baker's Chocolate

📋 copy color: '#57350B'

red 87 ◦ green 53 ◦ blue 11

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

Shades of Baker's Chocolate #57350B

Tints of Baker's Chocolate #57350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.1%

 BLUE value IS 11 (4.69% from 255) = 7.28%

R = 57.62%
G = 35.1%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57350B (or 0x57350B) is known color: Baker's Chocolate. HEX triplet: 57, 35 and 0B. RGB value is (87,53,11). Sum of RGB (Red+Green+Blue) = 87+53+11=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57350B is #A8CAF4. Grayscale: #3A3A3A. Windows color (decimal): -11062005 or 734551. OLE color: 734551.

HSL color Cylindrical-coordinate representation of color #57350B: hue angle of 33.16º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57350B is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 53 11 -
CMYK 0 0.39 0.87 0.66
HSL 33.16º 0.78% 0.19% -
HSV(B) 33.16º 0.87% 0.34% -
XYZ 5.26 4.6 0.93 -
YUV 58.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 87 53 11 0 0.39 0.87 0.66 33.16 0.78 0.19
Hex 57 35 B 0 27 57 42 21 4E 13
Octal 127 65 13 0 47 127 102 41 116 23
Binary 1010111 110101 1011 0 100111 1010111 1000010 100001 1001110 10011

Color Harmonies of #57350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57350B

Black with #57350B

Text Example


Text Example

White with #57350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57350B; }

 p { color: rgb(87,53,11); }

 H1.HeaderClassName
 {
   color: #57350B;
 }
 .AnyTagClassName
 {
   color: #57350B;
 }
</style>

background-color css

<style>
 a { background-color: #57350B; }

 a { background-color: rgb(87,53,11); }

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

border-color css

<style>
 span { border-color: #57350B; }

 span { border-color: rgb(87,53,11); }

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