Html Css Color HEX #573200 Baker's Chocolate

📋 copy color: '#573200'

red 87 ◦ green 50 ◦ blue 0

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

Shades of Baker's Chocolate #573200

Tints of Baker's Chocolate #573200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

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

R = 63.5%
G = 36.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#573200 (or 0x573200) is known color: Baker's Chocolate. HEX triplet: 57, 32 and 00. RGB value is (87,50,0). Sum of RGB (Red+Green+Blue) = 87+50+0=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #573200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573200 is #A8CDFF. Grayscale: #373737. Windows color (decimal): -11062784 or 12887. OLE color: 12887.

HSL color Cylindrical-coordinate representation of color #573200: hue angle of 34.48º 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 #573200 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 50 0 -
CMYK 0 0.43 1 0.66
HSL 34.48º 1% 0.17% -
HSV(B) 34.48º 1% 0.34% -
XYZ 5.07 4.31 0.56 -
YUV 55.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 87 50 0 0 0.43 1 0.66 34.48 1 0.17
Hex 57 32 0 0 2B 64 42 22 64 11
Octal 127 62 0 0 53 144 102 42 144 21
Binary 1010111 110010 0 0 101011 1100100 1000010 100010 1100100 10001

Color Harmonies of #573200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573200

Black with #573200

Text Example


Text Example

White with #573200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573200; }

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

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

background-color css

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

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

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

border-color css

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

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

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