Html Css Color HEX #573914 Baker's Chocolate

📋 copy color: '#573914'

red 87 ◦ green 57 ◦ blue 20

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

Shades of Baker's Chocolate #573914

Tints of Baker's Chocolate #573914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.76%

 BLUE value IS 20 (8.2% from 255) = 12.2%

R = 53.05%
G = 34.76%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#573914 (or 0x573914) is known color: Baker's Chocolate. HEX triplet: 57, 39 and 14. RGB value is (87,57,20). Sum of RGB (Red+Green+Blue) = 87+57+20=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #573914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573914 is #A8C6EB. Grayscale: #3D3D3D. Windows color (decimal): -11060972 or 1325399. OLE color: 1325399.

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

Color convert

RGB 87 57 20 -
CMYK 0 0.34 0.77 0.66
HSL 33.13º 0.63% 0.21% -
HSV(B) 33.13º 0.77% 0.34% -
XYZ 5.52 5 1.34 -
YUV 61.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 87 57 20 0 0.34 0.77 0.66 33.13 0.63 0.21
Hex 57 39 14 0 22 4D 42 21 3F 15
Octal 127 71 24 0 42 115 102 41 77 25
Binary 1010111 111001 10100 0 100010 1001101 1000010 100001 111111 10101

Color Harmonies of #573914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573914

Black with #573914

Text Example


Text Example

White with #573914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573914; }

 p { color: rgb(87,57,20); }

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

background-color css

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

 a { background-color: rgb(87,57,20); }

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

border-color css

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

 span { border-color: rgb(87,57,20); }

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