Html Css Color HEX #572B14 Baker's Chocolate

📋 copy color: '#572B14'

red 87 ◦ green 43 ◦ blue 20

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

Shades of Baker's Chocolate #572B14

Tints of Baker's Chocolate #572B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.33%

R = 58%
G = 28.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#572B14 (or 0x572B14) is known color: Baker's Chocolate. HEX triplet: 57, 2B and 14. RGB value is (87,43,20). Sum of RGB (Red+Green+Blue) = 87+43+20=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #572B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572B14 is #A8D4EB. Grayscale: #353535. Windows color (decimal): -11064556 or 1321815. OLE color: 1321815.

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

Color convert

RGB 87 43 20 -
CMYK 0 0.51 0.77 0.66
HSL 20.6º 0.63% 0.21% -
HSV(B) 20.6º 0.77% 0.34% -
XYZ 4.92 3.8 1.14 -
YUV 53.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 87 43 20 0 0.51 0.77 0.66 20.6 0.63 0.21
Hex 57 2B 14 0 33 4D 42 15 3F 15
Octal 127 53 24 0 63 115 102 25 77 25
Binary 1010111 101011 10100 0 110011 1001101 1000010 10101 111111 10101

Color Harmonies of #572B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572B14

Black with #572B14

Text Example


Text Example

White with #572B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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