Html Css Color HEX #572A15 Baker's Chocolate

📋 copy color: '#572A15'

red 87 ◦ green 42 ◦ blue 21

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

Shades of Baker's Chocolate #572A15

Tints of Baker's Chocolate #572A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28%

 BLUE value IS 21 (8.59% from 255) = 14%

R = 58%
G = 28%
B = 14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#572A15 (or 0x572A15) is known color: Baker's Chocolate. HEX triplet: 57, 2A and 15. RGB value is (87,42,21). Sum of RGB (Red+Green+Blue) = 87+42+21=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #572A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A15 is #A8D5EA. Grayscale: #353535. Windows color (decimal): -11064811 or 1387095. OLE color: 1387095.

HSL color Cylindrical-coordinate representation of color #572A15: hue angle of 19.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572A15 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 42 21 -
CMYK 0 0.52 0.76 0.66
HSL 19.09º 0.61% 0.21% -
HSV(B) 19.09º 0.76% 0.34% -
XYZ 4.89 3.74 1.17 -
YUV 53.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 87 42 21 0 0.52 0.76 0.66 19.09 0.61 0.21
Hex 57 2A 15 0 34 4C 42 13 3D 15
Octal 127 52 25 0 64 114 102 23 75 25
Binary 1010111 101010 10101 0 110100 1001100 1000010 10011 111101 10101

Color Harmonies of #572A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572A15

Black with #572A15

Text Example


Text Example

White with #572A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572A15; }

 p { color: rgb(87,42,21); }

 H1.HeaderClassName
 {
   color: #572A15;
 }
 .AnyTagClassName
 {
   color: #572A15;
 }
</style>

background-color css

<style>
 a { background-color: #572A15; }

 a { background-color: rgb(87,42,21); }

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

border-color css

<style>
 span { border-color: #572A15; }

 span { border-color: rgb(87,42,21); }

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