Html Css Color HEX #573B12 Baker's Chocolate

📋 copy color: '#573B12'

red 87 ◦ green 59 ◦ blue 18

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

Shades of Baker's Chocolate #573B12

Tints of Baker's Chocolate #573B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.98%

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

R = 53.05%
G = 35.98%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#573B12 (or 0x573B12) is known color: Baker's Chocolate. HEX triplet: 57, 3B and 12. RGB value is (87,59,18). Sum of RGB (Red+Green+Blue) = 87+59+18=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #573B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573B12 is #A8C4ED. Grayscale: #3E3E3E. Windows color (decimal): -11060462 or 1194839. OLE color: 1194839.

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

Color convert

RGB 87 59 18 -
CMYK 0 0.32 0.79 0.66
HSL 35.65º 0.66% 0.21% -
HSV(B) 35.65º 0.79% 0.34% -
XYZ 5.6 5.2 1.28 -
YUV 62.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 87 59 18 0 0.32 0.79 0.66 35.65 0.66 0.21
Hex 57 3B 12 0 20 4F 42 24 42 15
Octal 127 73 22 0 40 117 102 44 102 25
Binary 1010111 111011 10010 0 100000 1001111 1000010 100100 1000010 10101

Color Harmonies of #573B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573B12

Black with #573B12

Text Example


Text Example

White with #573B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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