Html Css Color HEX #573D0A Baker's Chocolate

📋 copy color: '#573D0A'

red 87 ◦ green 61 ◦ blue 10

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

Shades of Baker's Chocolate #573D0A

Tints of Baker's Chocolate #573D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.33%

R = 55.06%
G = 38.61%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#573D0A (or 0x573D0A) is known color: Baker's Chocolate. HEX triplet: 57, 3D and 0A. RGB value is (87,61,10). Sum of RGB (Red+Green+Blue) = 87+61+10=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #573D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573D0A is #A8C2F5. Grayscale: #3F3F3F. Windows color (decimal): -11059958 or 671063. OLE color: 671063.

HSL color Cylindrical-coordinate representation of color #573D0A: hue angle of 39.74º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #573D0A is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 61 10 -
CMYK 0 0.30 0.89 0.66
HSL 39.74º 0.79% 0.19% -
HSV(B) 39.74º 0.89% 0.34% -
XYZ 5.65 5.39 1.03 -
YUV 62.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 87 61 10 0 0.30 0.89 0.66 39.74 0.79 0.19
Hex 57 3D A 0 1E 59 42 28 4F 13
Octal 127 75 12 0 36 131 102 50 117 23
Binary 1010111 111101 1010 0 11110 1011001 1000010 101000 1001111 10011

Color Harmonies of #573D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573D0A

Black with #573D0A

Text Example


Text Example

White with #573D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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