Html Css Color HEX #573C0E Baker's Chocolate

📋 copy color: '#573C0E'

red 87 ◦ green 60 ◦ blue 14

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

Shades of Baker's Chocolate #573C0E

Tints of Baker's Chocolate #573C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.27%

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

R = 54.04%
G = 37.27%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#573C0E (or 0x573C0E) is known color: Baker's Chocolate. HEX triplet: 57, 3C and 0E. RGB value is (87,60,14). Sum of RGB (Red+Green+Blue) = 87+60+14=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #573C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573C0E is #A8C3F1. Grayscale: #3F3F3F. Windows color (decimal): -11060210 or 932951. OLE color: 932951.

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

Color convert

RGB 87 60 14 -
CMYK 0 0.31 0.84 0.66
HSL 37.81º 0.72% 0.2% -
HSV(B) 37.81º 0.84% 0.34% -
XYZ 5.63 5.29 1.14 -
YUV 62.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 87 60 14 0 0.31 0.84 0.66 37.81 0.72 0.2
Hex 57 3C E 0 1F 54 42 26 48 14
Octal 127 74 16 0 37 124 102 46 110 24
Binary 1010111 111100 1110 0 11111 1010100 1000010 100110 1001000 10100

Color Harmonies of #573C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573C0E

Black with #573C0E

Text Example


Text Example

White with #573C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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