Html Css Color HEX #57240F Baker's Chocolate

📋 copy color: '#57240F'

red 87 ◦ green 36 ◦ blue 15

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

Shades of Baker's Chocolate #57240F

Tints of Baker's Chocolate #57240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 63.04%
G = 26.09%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57240F (or 0x57240F) is known color: Baker's Chocolate. HEX triplet: 57, 24 and 0F. RGB value is (87,36,15). Sum of RGB (Red+Green+Blue) = 87+36+15=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57240F is #A8DBF0. Grayscale: #303030. Windows color (decimal): -11066353 or 992343. OLE color: 992343.

HSL color Cylindrical-coordinate representation of color #57240F: hue angle of 17.5º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57240F is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 36 15 -
CMYK 0 0.59 0.83 0.66
HSL 17.5º 0.71% 0.2% -
HSV(B) 17.5º 0.83% 0.34% -
XYZ 4.65 3.32 0.85 -
YUV 48.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 87 36 15 0 0.59 0.83 0.66 17.5 0.71 0.2
Hex 57 24 F 0 3B 53 42 12 47 14
Octal 127 44 17 0 73 123 102 22 107 24
Binary 1010111 100100 1111 0 111011 1010011 1000010 10010 1000111 10100

Color Harmonies of #57240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57240F

Black with #57240F

Text Example


Text Example

White with #57240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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