Html Css Color HEX #573D01 Baker's Chocolate

📋 copy color: '#573D01'

red 87 ◦ green 61 ◦ blue 1

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

Shades of Baker's Chocolate #573D01

Tints of Baker's Chocolate #573D01

RGB

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

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

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

R = 58.39%
G = 40.94%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#573D01 (or 0x573D01) is known color: Baker's Chocolate. HEX triplet: 57, 3D and 01. RGB value is (87,61,1). Sum of RGB (Red+Green+Blue) = 87+61+1=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #573D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573D01 is #A8C2FE. Grayscale: #3E3E3E. Windows color (decimal): -11059967 or 81239. OLE color: 81239.

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

Color convert

RGB 87 61 1 -
CMYK 0 0.30 0.99 0.66
HSL 41.86º 0.98% 0.17% -
HSV(B) 41.86º 0.99% 0.34% -
XYZ 5.6 5.37 0.77 -
YUV 61.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 87 61 1 0 0.30 0.99 0.66 41.86 0.98 0.17
Hex 57 3D 1 0 1E 63 42 2A 62 11
Octal 127 75 1 0 36 143 102 52 142 21
Binary 1010111 111101 1 0 11110 1100011 1000010 101010 1100010 10001

Color Harmonies of #573D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573D01

Black with #573D01

Text Example


Text Example

White with #573D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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