Html Css Color HEX #573A0D Baker's Chocolate

📋 copy color: '#573A0D'

red 87 ◦ green 58 ◦ blue 13

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

Shades of Baker's Chocolate #573A0D

Tints of Baker's Chocolate #573A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.23%

R = 55.06%
G = 36.71%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#573A0D (or 0x573A0D) is known color: Baker's Chocolate. HEX triplet: 57, 3A and 0D. RGB value is (87,58,13). Sum of RGB (Red+Green+Blue) = 87+58+13=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #573A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A0D is #A8C5F2. Grayscale: #3D3D3D. Windows color (decimal): -11060723 or 866903. OLE color: 866903.

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

Color convert

RGB 87 58 13 -
CMYK 0 0.33 0.85 0.66
HSL 36.49º 0.74% 0.2% -
HSV(B) 36.49º 0.85% 0.34% -
XYZ 5.52 5.08 1.07 -
YUV 61.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 87 58 13 0 0.33 0.85 0.66 36.49 0.74 0.2
Hex 57 3A D 0 21 55 42 24 4A 14
Octal 127 72 15 0 41 125 102 44 112 24
Binary 1010111 111010 1101 0 100001 1010101 1000010 100100 1001010 10100

Color Harmonies of #573A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A0D

Black with #573A0D

Text Example


Text Example

White with #573A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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