Html Css Color HEX #573A0E Baker's Chocolate

📋 copy color: '#573A0E'

red 87 ◦ green 58 ◦ blue 14

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

Shades of Baker's Chocolate #573A0E

Tints of Baker's Chocolate #573A0E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.48%

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

R = 54.72%
G = 36.48%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#573A0E (or 0x573A0E) is known color: Baker's Chocolate. HEX triplet: 57, 3A and 0E. RGB value is (87,58,14). Sum of RGB (Red+Green+Blue) = 87+58+14=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A0E is #A8C5F1. Grayscale: #3D3D3D. Windows color (decimal): -11060722 or 932439. OLE color: 932439.

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

Color convert

RGB 87 58 14 -
CMYK 0 0.33 0.84 0.66
HSL 36.16º 0.72% 0.2% -
HSV(B) 36.16º 0.84% 0.34% -
XYZ 5.52 5.08 1.11 -
YUV 61.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 87 58 14 0 0.33 0.84 0.66 36.16 0.72 0.2
Hex 57 3A E 0 21 54 42 24 48 14
Octal 127 72 16 0 41 124 102 44 110 24
Binary 1010111 111010 1110 0 100001 1010100 1000010 100100 1001000 10100

Color Harmonies of #573A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A0E

Black with #573A0E

Text Example


Text Example

White with #573A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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