Html Css Color HEX #564900 Bronze Olive

📋 copy color: '#564900'

red 86 ◦ green 73 ◦ blue 0

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

Shades of Bronze Olive #564900

Tints of Bronze Olive #564900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.09%
G = 45.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#564900 (or 0x564900) is known color: Bronze Olive. HEX triplet: 56, 49 and 00. RGB value is (86,73,0). Sum of RGB (Red+Green+Blue) = 86+73+0=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #564900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564900 is #A9B6FF. Grayscale: #444444. Windows color (decimal): -11122432 or 18774. OLE color: 18774.

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

Color convert

RGB 86 73 0 -
CMYK 0 0.15 1 0.66
HSL 50.93º 1% 0.17% -
HSV(B) 50.93º 1% 0.34% -
XYZ 6.22 6.74 0.97 -
YUV 68.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 86 73 0 0 0.15 1 0.66 50.93 1 0.17
Hex 56 49 0 0 F 64 42 33 64 11
Octal 126 111 0 0 17 144 102 63 144 21
Binary 1010110 1001001 0 0 1111 1100100 1000010 110011 1100100 10001

Color Harmonies of #564900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564900

Black with #564900

Text Example


Text Example

White with #564900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564900; }

 p { color: rgb(86,73,0); }

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

background-color css

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

 a { background-color: rgb(86,73,0); }

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

border-color css

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

 span { border-color: rgb(86,73,0); }

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