Html Css Color HEX #572E0D Baker's Chocolate

📋 copy color: '#572E0D'

red 87 ◦ green 46 ◦ blue 13

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

Shades of Baker's Chocolate #572E0D

Tints of Baker's Chocolate #572E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.51%

 BLUE value IS 13 (5.47% from 255) = 8.9%

R = 59.59%
G = 31.51%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#572E0D (or 0x572E0D) is known color: Baker's Chocolate. HEX triplet: 57, 2E and 0D. RGB value is (87,46,13). Sum of RGB (Red+Green+Blue) = 87+46+13=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #572E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572E0D is #A8D1F2. Grayscale: #363636. Windows color (decimal): -11063795 or 863831. OLE color: 863831.

HSL color Cylindrical-coordinate representation of color #572E0D: hue angle of 26.76º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #572E0D is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 46 13 -
CMYK 0 0.47 0.85 0.66
HSL 26.76º 0.74% 0.2% -
HSV(B) 26.76º 0.85% 0.34% -
XYZ 4.98 4.01 0.89 -
YUV 54.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 87 46 13 0 0.47 0.85 0.66 26.76 0.74 0.2
Hex 57 2E D 0 2F 55 42 1B 4A 14
Octal 127 56 15 0 57 125 102 33 112 24
Binary 1010111 101110 1101 0 101111 1010101 1000010 11011 1001010 10100

Color Harmonies of #572E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E0D

Black with #572E0D

Text Example


Text Example

White with #572E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,46,13); }

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

background-color css

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

 a { background-color: rgb(87,46,13); }

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

border-color css

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

 span { border-color: rgb(87,46,13); }

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