Html Css Color HEX #564500 Bronze Olive

📋 copy color: '#564500'

red 86 ◦ green 69 ◦ blue 0

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

Shades of Bronze Olive #564500

Tints of Bronze Olive #564500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.52%

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

R = 55.48%
G = 44.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#564500 (or 0x564500) is known color: Bronze Olive. HEX triplet: 56, 45 and 00. RGB value is (86,69,0). Sum of RGB (Red+Green+Blue) = 86+69+0=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #564500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564500 is #A9BAFF. Grayscale: #424242. Windows color (decimal): -11123456 or 17750. OLE color: 17750.

HSL color Cylindrical-coordinate representation of color #564500: hue angle of 48.14º 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 #564500 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 69 0 -
CMYK 0 0.20 1 0.66
HSL 48.14º 1% 0.17% -
HSV(B) 48.14º 1% 0.34% -
XYZ 5.97 6.23 0.89 -
YUV 66.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 86 69 0 0 0.20 1 0.66 48.14 1 0.17
Hex 56 45 0 0 14 64 42 30 64 11
Octal 126 105 0 0 24 144 102 60 144 21
Binary 1010110 1000101 0 0 10100 1100100 1000010 110000 1100100 10001

Color Harmonies of #564500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564500

Black with #564500

Text Example


Text Example

White with #564500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564500; }

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

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

background-color css

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

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

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

border-color css

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

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

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