Html Css Color HEX #573A00 Baker's Chocolate

📋 copy color: '#573A00'

red 87 ◦ green 58 ◦ blue 0

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

Shades of Baker's Chocolate #573A00

Tints of Baker's Chocolate #573A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#573A00 (or 0x573A00) is known color: Baker's Chocolate. HEX triplet: 57, 3A and 00. RGB value is (87,58,0). Sum of RGB (Red+Green+Blue) = 87+58+0=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #573A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A00 is #A8C5FF. Grayscale: #3C3C3C. Windows color (decimal): -11060736 or 14935. OLE color: 14935.

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

Color convert

RGB 87 58 0 -
CMYK 0 0.33 1 0.66
HSL 40º 1% 0.17% -
HSV(B) 40º 1% 0.34% -
XYZ 5.44 5.05 0.69 -
YUV 60.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 87 58 0 0 0.33 1 0.66 40 1 0.17
Hex 57 3A 0 0 21 64 42 28 64 11
Octal 127 72 0 0 41 144 102 50 144 21
Binary 1010111 111010 0 0 100001 1100100 1000010 101000 1100100 10001

Color Harmonies of #573A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A00

Black with #573A00

Text Example


Text Example

White with #573A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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