Html Css Color HEX #564716 Bronze Olive

📋 copy color: '#564716'

red 86 ◦ green 71 ◦ blue 22

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

Shades of Bronze Olive #564716

Tints of Bronze Olive #564716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.66%

 BLUE value IS 22 (8.98% from 255) = 12.29%

R = 48.04%
G = 39.66%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#564716 (or 0x564716) is known color: Bronze Olive. HEX triplet: 56, 47 and 16. RGB value is (86,71,22). Sum of RGB (Red+Green+Blue) = 86+71+22=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #564716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564716 is #A9B8E9. Grayscale: #464646. Windows color (decimal): -11122922 or 1460054. OLE color: 1460054.

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

Color convert

RGB 86 71 22 -
CMYK 0 0.17 0.74 0.66
HSL 45.94º 0.59% 0.21% -
HSV(B) 45.94º 0.74% 0.34% -
XYZ 6.24 6.54 1.69 -
YUV 69.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 86 71 22 0 0.17 0.74 0.66 45.94 0.59 0.21
Hex 56 47 16 0 11 4A 42 2E 3B 15
Octal 126 107 26 0 21 112 102 56 73 25
Binary 1010110 1000111 10110 0 10001 1001010 1000010 101110 111011 10101

Color Harmonies of #564716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564716

Black with #564716

Text Example


Text Example

White with #564716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564716; }

 p { color: rgb(86,71,22); }

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

background-color css

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

 a { background-color: rgb(86,71,22); }

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

border-color css

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

 span { border-color: rgb(86,71,22); }

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