Html Css Color HEX #573012 Baker's Chocolate

📋 copy color: '#573012'

red 87 ◦ green 48 ◦ blue 18

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

Shades of Baker's Chocolate #573012

Tints of Baker's Chocolate #573012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

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

R = 56.86%
G = 31.37%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#573012 (or 0x573012) is known color: Baker's Chocolate. HEX triplet: 57, 30 and 12. RGB value is (87,48,18). Sum of RGB (Red+Green+Blue) = 87+48+18=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #573012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573012 is #A8CFED. Grayscale: #383838. Windows color (decimal): -11063278 or 1192023. OLE color: 1192023.

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

Color convert

RGB 87 48 18 -
CMYK 0 0.45 0.79 0.66
HSL 26.09º 0.66% 0.21% -
HSV(B) 26.09º 0.79% 0.34% -
XYZ 5.1 4.18 1.11 -
YUV 56.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 87 48 18 0 0.45 0.79 0.66 26.09 0.66 0.21
Hex 57 30 12 0 2D 4F 42 1A 42 15
Octal 127 60 22 0 55 117 102 32 102 25
Binary 1010111 110000 10010 0 101101 1001111 1000010 11010 1000010 10101

Color Harmonies of #573012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573012

Black with #573012

Text Example


Text Example

White with #573012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573012; }

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

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

background-color css

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

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

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

border-color css

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

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

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