Html Css Color HEX #564120 Deep Bronze

📋 copy color: '#564120'

red 86 ◦ green 65 ◦ blue 32

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

Shades of Deep Bronze #564120

Tints of Deep Bronze #564120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

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

R = 46.99%
G = 35.52%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#564120 (or 0x564120) is known color: Deep Bronze. HEX triplet: 56, 41 and 20. RGB value is (86,65,32). Sum of RGB (Red+Green+Blue) = 86+65+32=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #564120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564120 is #A9BEDF. Grayscale: #434343. Windows color (decimal): -11124448 or 2113878. OLE color: 2113878.

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

Color convert

RGB 86 65 32 -
CMYK 0 0.24 0.63 0.66
HSL 36.67º 0.46% 0.23% -
HSV(B) 36.67º 0.63% 0.34% -
XYZ 5.99 5.86 2.18 -
YUV 67.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 86 65 32 0 0.24 0.63 0.66 36.67 0.46 0.23
Hex 56 41 20 0 18 3F 42 25 2E 17
Octal 126 101 40 0 30 77 102 45 56 27
Binary 1010110 1000001 100000 0 11000 111111 1000010 100101 101110 10111

Color Harmonies of #564120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564120

Black with #564120

Text Example


Text Example

White with #564120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564120; }

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

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

background-color css

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

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

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

border-color css

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

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

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