Html Css Color HEX #564809 Bronze Olive

📋 copy color: '#564809'

red 86 ◦ green 72 ◦ blue 9

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

Shades of Bronze Olive #564809

Tints of Bronze Olive #564809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.39%

R = 51.5%
G = 43.11%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#564809 (or 0x564809) is known color: Bronze Olive. HEX triplet: 56, 48 and 09. RGB value is (86,72,9). Sum of RGB (Red+Green+Blue) = 86+72+9=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #564809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564809 is #A9B7F6. Grayscale: #454545. Windows color (decimal): -11122679 or 608342. OLE color: 608342.

HSL color Cylindrical-coordinate representation of color #564809: hue angle of 49.09º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #564809 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 72 9 -
CMYK 0 0.16 0.90 0.66
HSL 49.09º 0.81% 0.19% -
HSV(B) 49.09º 0.9% 0.34% -
XYZ 6.2 6.63 1.21 -
YUV 69 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 86 72 9 0 0.16 0.90 0.66 49.09 0.81 0.19
Hex 56 48 9 0 10 5A 42 31 51 13
Octal 126 110 11 0 20 132 102 61 121 23
Binary 1010110 1001000 1001 0 10000 1011010 1000010 110001 1010001 10011

Color Harmonies of #564809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564809

Black with #564809

Text Example


Text Example

White with #564809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564809; }

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

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

background-color css

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

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

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

border-color css

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

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

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