Html Css Color HEX #573D0E Baker's Chocolate

📋 copy color: '#573D0E'

red 87 ◦ green 61 ◦ blue 14

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

Shades of Baker's Chocolate #573D0E

Tints of Baker's Chocolate #573D0E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.65%

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

R = 53.7%
G = 37.65%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#573D0E (or 0x573D0E) is known color: Baker's Chocolate. HEX triplet: 57, 3D and 0E. RGB value is (87,61,14). Sum of RGB (Red+Green+Blue) = 87+61+14=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #573D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573D0E is #A8C2F1. Grayscale: #3F3F3F. Windows color (decimal): -11059954 or 933207. OLE color: 933207.

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

Color convert

RGB 87 61 14 -
CMYK 0 0.30 0.84 0.66
HSL 38.63º 0.72% 0.2% -
HSV(B) 38.63º 0.84% 0.34% -
XYZ 5.68 5.4 1.16 -
YUV 63.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 87 61 14 0 0.30 0.84 0.66 38.63 0.72 0.2
Hex 57 3D E 0 1E 54 42 27 48 14
Octal 127 75 16 0 36 124 102 47 110 24
Binary 1010111 111101 1110 0 11110 1010100 1000010 100111 1001000 10100

Color Harmonies of #573D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573D0E

Black with #573D0E

Text Example


Text Example

White with #573D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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