Html Css Color HEX #57240B Baker's Chocolate

📋 copy color: '#57240B'

red 87 ◦ green 36 ◦ blue 11

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

Shades of Baker's Chocolate #57240B

Tints of Baker's Chocolate #57240B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.87%

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

R = 64.93%
G = 26.87%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57240B (or 0x57240B) is known color: Baker's Chocolate. HEX triplet: 57, 24 and 0B. RGB value is (87,36,11). Sum of RGB (Red+Green+Blue) = 87+36+11=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57240B is #A8DBF4. Grayscale: #303030. Windows color (decimal): -11066357 or 730199. OLE color: 730199.

HSL color Cylindrical-coordinate representation of color #57240B: hue angle of 19.74º 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 #57240B is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 36 11 -
CMYK 0 0.59 0.87 0.66
HSL 19.74º 0.78% 0.19% -
HSV(B) 19.74º 0.87% 0.34% -
XYZ 4.62 3.31 0.71 -
YUV 48.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 87 36 11 0 0.59 0.87 0.66 19.74 0.78 0.19
Hex 57 24 B 0 3B 57 42 14 4E 13
Octal 127 44 13 0 73 127 102 24 116 23
Binary 1010111 100100 1011 0 111011 1010111 1000010 10100 1001110 10011

Color Harmonies of #57240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57240B

Black with #57240B

Text Example


Text Example

White with #57240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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