Html Css Color HEX #564D09 Bronze Olive

📋 copy color: '#564D09'

red 86 ◦ green 77 ◦ blue 9

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

Shades of Bronze Olive #564D09

Tints of Bronze Olive #564D09

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.77%

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

R = 50%
G = 44.77%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#564D09 (or 0x564D09) is known color: Bronze Olive. HEX triplet: 56, 4D and 09. RGB value is (86,77,9). Sum of RGB (Red+Green+Blue) = 86+77+9=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #564D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D09 is #A9B2F6. Grayscale: #484848. Windows color (decimal): -11121399 or 609622. OLE color: 609622.

HSL color Cylindrical-coordinate representation of color #564D09: hue angle of 52.99º 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 #564D09 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 77 9 -
CMYK 0 0.10 0.90 0.66
HSL 52.99º 0.81% 0.19% -
HSV(B) 52.99º 0.9% 0.34% -
XYZ 6.54 7.31 1.32 -
YUV 71.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 86 77 9 0 0.10 0.90 0.66 52.99 0.81 0.19
Hex 56 4D 9 0 A 5A 42 35 51 13
Octal 126 115 11 0 12 132 102 65 121 23
Binary 1010110 1001101 1001 0 1010 1011010 1000010 110101 1010001 10011

Color Harmonies of #564D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D09

Black with #564D09

Text Example


Text Example

White with #564D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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