Html Css Color HEX #573512 Baker's Chocolate

📋 copy color: '#573512'

red 87 ◦ green 53 ◦ blue 18

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

Shades of Baker's Chocolate #573512

Tints of Baker's Chocolate #573512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.54%

 BLUE value IS 18 (7.42% from 255) = 11.39%

R = 55.06%
G = 33.54%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#573512 (or 0x573512) is known color: Baker's Chocolate. HEX triplet: 57, 35 and 12. RGB value is (87,53,18). Sum of RGB (Red+Green+Blue) = 87+53+18=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #573512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573512 is #A8CAED. Grayscale: #3B3B3B. Windows color (decimal): -11061998 or 1193303. OLE color: 1193303.

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

Color convert

RGB 87 53 18 -
CMYK 0 0.39 0.79 0.66
HSL 30.43º 0.66% 0.21% -
HSV(B) 30.43º 0.79% 0.34% -
XYZ 5.31 4.62 1.18 -
YUV 59.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 87 53 18 0 0.39 0.79 0.66 30.43 0.66 0.21
Hex 57 35 12 0 27 4F 42 1E 42 15
Octal 127 65 22 0 47 117 102 36 102 25
Binary 1010111 110101 10010 0 100111 1001111 1000010 11110 1000010 10101

Color Harmonies of #573512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573512

Black with #573512

Text Example


Text Example

White with #573512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573512; }

 p { color: rgb(87,53,18); }

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

background-color css

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

 a { background-color: rgb(87,53,18); }

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

border-color css

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

 span { border-color: rgb(87,53,18); }

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