Html Css Color HEX #572A13 Baker's Chocolate

📋 copy color: '#572A13'

red 87 ◦ green 42 ◦ blue 19

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

Shades of Baker's Chocolate #572A13

Tints of Baker's Chocolate #572A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 58.78%
G = 28.38%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#572A13 (or 0x572A13) is known color: Baker's Chocolate. HEX triplet: 57, 2A and 13. RGB value is (87,42,19). Sum of RGB (Red+Green+Blue) = 87+42+19=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #572A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A13 is #A8D5EC. Grayscale: #343434. Windows color (decimal): -11064813 or 1256023. OLE color: 1256023.

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

Color convert

RGB 87 42 19 -
CMYK 0 0.52 0.78 0.66
HSL 20.29º 0.64% 0.21% -
HSV(B) 20.29º 0.78% 0.34% -
XYZ 4.88 3.73 1.08 -
YUV 52.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 87 42 19 0 0.52 0.78 0.66 20.29 0.64 0.21
Hex 57 2A 13 0 34 4E 42 14 40 15
Octal 127 52 23 0 64 116 102 24 100 25
Binary 1010111 101010 10011 0 110100 1001110 1000010 10100 1000000 10101

Color Harmonies of #572A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572A13

Black with #572A13

Text Example


Text Example

White with #572A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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