Html Css Color HEX #573B0E Baker's Chocolate

📋 copy color: '#573B0E'

red 87 ◦ green 59 ◦ blue 14

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

Shades of Baker's Chocolate #573B0E

Tints of Baker's Chocolate #573B0E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.88%

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

R = 54.38%
G = 36.88%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#573B0E (or 0x573B0E) is known color: Baker's Chocolate. HEX triplet: 57, 3B and 0E. RGB value is (87,59,14). Sum of RGB (Red+Green+Blue) = 87+59+14=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #573B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573B0E is #A8C4F1. Grayscale: #3E3E3E. Windows color (decimal): -11060466 or 932695. OLE color: 932695.

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

Color convert

RGB 87 59 14 -
CMYK 0 0.32 0.84 0.66
HSL 36.99º 0.72% 0.2% -
HSV(B) 36.99º 0.84% 0.34% -
XYZ 5.57 5.19 1.12 -
YUV 62.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 87 59 14 0 0.32 0.84 0.66 36.99 0.72 0.2
Hex 57 3B E 0 20 54 42 25 48 14
Octal 127 73 16 0 40 124 102 45 110 24
Binary 1010111 111011 1110 0 100000 1010100 1000010 100101 1001000 10100

Color Harmonies of #573B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573B0E

Black with #573B0E

Text Example


Text Example

White with #573B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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