Html Css Color HEX #563F20 Deep Bronze

📋 copy color: '#563F20'

red 86 ◦ green 63 ◦ blue 32

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

Shades of Deep Bronze #563F20

Tints of Deep Bronze #563F20

RGB

 RED value IS 86 (33.98% from 255) = 47.51%

 GREEN value IS 63 (25% from 255) = 34.81%

 BLUE value IS 32 (12.89% from 255) = 17.68%

R = 47.51%
G = 34.81%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#563F20 (or 0x563F20) is known color: Deep Bronze. HEX triplet: 56, 3F and 20. RGB value is (86,63,32). Sum of RGB (Red+Green+Blue) = 86+63+32=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #563F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F20 is #A9C0DF. Grayscale: #424242. Windows color (decimal): -11124960 or 2113366. OLE color: 2113366.

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

Color convert

RGB 86 63 32 -
CMYK 0 0.27 0.63 0.66
HSL 34.44º 0.46% 0.23% -
HSV(B) 34.44º 0.63% 0.34% -
XYZ 5.88 5.64 2.14 -
YUV 66.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 86 63 32 0 0.27 0.63 0.66 34.44 0.46 0.23
Hex 56 3F 20 0 1B 3F 42 22 2E 17
Octal 126 77 40 0 33 77 102 42 56 27
Binary 1010110 111111 100000 0 11011 111111 1000010 100010 101110 10111

Color Harmonies of #563F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F20

Black with #563F20

Text Example


Text Example

White with #563F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563F20; }

 p { color: rgb(86,63,32); }

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

background-color css

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

 a { background-color: rgb(86,63,32); }

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

border-color css

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

 span { border-color: rgb(86,63,32); }

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