Html Css Color HEX #573E0E Baker's Chocolate

📋 copy color: '#573E0E'

red 87 ◦ green 62 ◦ blue 14

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

Shades of Baker's Chocolate #573E0E

Tints of Baker's Chocolate #573E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.59%

R = 53.37%
G = 38.04%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#573E0E (or 0x573E0E) is known color: Baker's Chocolate. HEX triplet: 57, 3E and 0E. RGB value is (87,62,14). Sum of RGB (Red+Green+Blue) = 87+62+14=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #573E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573E0E is #A8C1F1. Grayscale: #404040. Windows color (decimal): -11059698 or 933463. OLE color: 933463.

HSL color Cylindrical-coordinate representation of color #573E0E: hue angle of 39.45º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #573E0E is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 62 14 -
CMYK 0 0.29 0.84 0.66
HSL 39.45º 0.72% 0.2% -
HSV(B) 39.45º 0.84% 0.34% -
XYZ 5.73 5.5 1.18 -
YUV 64 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 87 62 14 0 0.29 0.84 0.66 39.45 0.72 0.2
Hex 57 3E E 0 1D 54 42 27 48 14
Octal 127 76 16 0 35 124 102 47 110 24
Binary 1010111 111110 1110 0 11101 1010100 1000010 100111 1001000 10100

Color Harmonies of #573E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573E0E

Black with #573E0E

Text Example


Text Example

White with #573E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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