Html Css Color HEX #572A02 Baker's Chocolate

📋 copy color: '#572A02'

red 87 ◦ green 42 ◦ blue 2

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

Shades of Baker's Chocolate #572A02

Tints of Baker's Chocolate #572A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 66.41%
G = 32.06%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#572A02 (or 0x572A02) is known color: Baker's Chocolate. HEX triplet: 57, 2A and 02. RGB value is (87,42,2). Sum of RGB (Red+Green+Blue) = 87+42+2=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #572A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A02 is #A8D5FD. Grayscale: #333333. Windows color (decimal): -11064830 or 141911. OLE color: 141911.

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

Color convert

RGB 87 42 2 -
CMYK 0 0.52 0.98 0.66
HSL 28.24º 0.96% 0.17% -
HSV(B) 28.24º 0.98% 0.34% -
XYZ 4.77 3.69 0.52 -
YUV 50.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 87 42 2 0 0.52 0.98 0.66 28.24 0.96 0.17
Hex 57 2A 2 0 34 62 42 1C 60 11
Octal 127 52 2 0 64 142 102 34 140 21
Binary 1010111 101010 10 0 110100 1100010 1000010 11100 1100000 10001

Color Harmonies of #572A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572A02

Black with #572A02

Text Example


Text Example

White with #572A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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