Html Css Color HEX #573A01 Baker's Chocolate

📋 copy color: '#573A01'

red 87 ◦ green 58 ◦ blue 1

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

Shades of Baker's Chocolate #573A01

Tints of Baker's Chocolate #573A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 59.59%
G = 39.73%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#573A01 (or 0x573A01) is known color: Baker's Chocolate. HEX triplet: 57, 3A and 01. RGB value is (87,58,1). Sum of RGB (Red+Green+Blue) = 87+58+1=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #573A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A01 is #A8C5FE. Grayscale: #3C3C3C. Windows color (decimal): -11060735 or 80471. OLE color: 80471.

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

Color convert

RGB 87 58 1 -
CMYK 0 0.33 0.99 0.66
HSL 39.77º 0.98% 0.17% -
HSV(B) 39.77º 0.99% 0.34% -
XYZ 5.45 5.05 0.72 -
YUV 60.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 87 58 1 0 0.33 0.99 0.66 39.77 0.98 0.17
Hex 57 3A 1 0 21 63 42 28 62 11
Octal 127 72 1 0 41 143 102 50 142 21
Binary 1010111 111010 1 0 100001 1100011 1000010 101000 1100010 10001

Color Harmonies of #573A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A01

Black with #573A01

Text Example


Text Example

White with #573A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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