Html Css Color HEX #572B13 Baker's Chocolate

📋 copy color: '#572B13'

red 87 ◦ green 43 ◦ blue 19

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

Shades of Baker's Chocolate #572B13

Tints of Baker's Chocolate #572B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.86%

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

R = 58.39%
G = 28.86%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#572B13 (or 0x572B13) is known color: Baker's Chocolate. HEX triplet: 57, 2B and 13. RGB value is (87,43,19). Sum of RGB (Red+Green+Blue) = 87+43+19=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #572B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572B13 is #A8D4EC. Grayscale: #353535. Windows color (decimal): -11064557 or 1256279. OLE color: 1256279.

HSL color Cylindrical-coordinate representation of color #572B13: hue angle of 21.18º 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 #572B13 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 43 19 -
CMYK 0 0.51 0.78 0.66
HSL 21.18º 0.64% 0.21% -
HSV(B) 21.18º 0.78% 0.34% -
XYZ 4.91 3.8 1.09 -
YUV 53.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 87 43 19 0 0.51 0.78 0.66 21.18 0.64 0.21
Hex 57 2B 13 0 33 4E 42 15 40 15
Octal 127 53 23 0 63 116 102 25 100 25
Binary 1010111 101011 10011 0 110011 1001110 1000010 10101 1000000 10101

Color Harmonies of #572B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572B13

Black with #572B13

Text Example


Text Example

White with #572B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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