Html Css Color HEX #573E0D Baker's Chocolate

📋 copy color: '#573E0D'

red 87 ◦ green 62 ◦ blue 13

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

Shades of Baker's Chocolate #573E0D

Tints of Baker's Chocolate #573E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.27%

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

R = 53.7%
G = 38.27%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#573E0D (or 0x573E0D) is known color: Baker's Chocolate. HEX triplet: 57, 3E and 0D. RGB value is (87,62,13). Sum of RGB (Red+Green+Blue) = 87+62+13=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #573E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573E0D is #A8C1F2. Grayscale: #404040. Windows color (decimal): -11059699 or 867927. OLE color: 867927.

HSL color Cylindrical-coordinate representation of color #573E0D: hue angle of 39.73º 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 #573E0D is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 62 13 -
CMYK 0 0.29 0.85 0.66
HSL 39.73º 0.74% 0.2% -
HSV(B) 39.73º 0.85% 0.34% -
XYZ 5.73 5.5 1.14 -
YUV 63.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 87 62 13 0 0.29 0.85 0.66 39.73 0.74 0.2
Hex 57 3E D 0 1D 55 42 28 4A 14
Octal 127 76 15 0 35 125 102 50 112 24
Binary 1010111 111110 1101 0 11101 1010101 1000010 101000 1001010 10100

Color Harmonies of #573E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573E0D

Black with #573E0D

Text Example


Text Example

White with #573E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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