Html Css Color HEX #564811 Bronze Olive

📋 copy color: '#564811'

red 86 ◦ green 72 ◦ blue 17

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

Shades of Bronze Olive #564811

Tints of Bronze Olive #564811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 17 (7.03% from 255) = 9.71%

R = 49.14%
G = 41.14%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#564811 (or 0x564811) is known color: Bronze Olive. HEX triplet: 56, 48 and 11. RGB value is (86,72,17). Sum of RGB (Red+Green+Blue) = 86+72+17=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564811 is #A9B7EE. Grayscale: #464646. Windows color (decimal): -11122671 or 1132630. OLE color: 1132630.

HSL color Cylindrical-coordinate representation of color #564811: hue angle of 47.83º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #564811 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 72 17 -
CMYK 0 0.16 0.80 0.66
HSL 47.83º 0.67% 0.2% -
HSV(B) 47.83º 0.8% 0.34% -
XYZ 6.26 6.65 1.48 -
YUV 69.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 86 72 17 0 0.16 0.80 0.66 47.83 0.67 0.2
Hex 56 48 11 0 10 50 42 30 43 14
Octal 126 110 21 0 20 120 102 60 103 24
Binary 1010110 1001000 10001 0 10000 1010000 1000010 110000 1000011 10100

Color Harmonies of #564811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564811

Black with #564811

Text Example


Text Example

White with #564811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564811; }

 p { color: rgb(86,72,17); }

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

background-color css

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

 a { background-color: rgb(86,72,17); }

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

border-color css

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

 span { border-color: rgb(86,72,17); }

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