Html Css Color HEX #564700 Bronze Olive

📋 copy color: '#564700'

red 86 ◦ green 71 ◦ blue 0

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

Shades of Bronze Olive #564700

Tints of Bronze Olive #564700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.22%

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

R = 54.78%
G = 45.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#564700 (or 0x564700) is known color: Bronze Olive. HEX triplet: 56, 47 and 00. RGB value is (86,71,0). Sum of RGB (Red+Green+Blue) = 86+71+0=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #564700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564700 is #A9B8FF. Grayscale: #434343. Windows color (decimal): -11122944 or 18262. OLE color: 18262.

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

Color convert

RGB 86 71 0 -
CMYK 0 0.17 1 0.66
HSL 49.53º 1% 0.17% -
HSV(B) 49.53º 1% 0.34% -
XYZ 6.09 6.48 0.93 -
YUV 67.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 86 71 0 0 0.17 1 0.66 49.53 1 0.17
Hex 56 47 0 0 11 64 42 32 64 11
Octal 126 107 0 0 21 144 102 62 144 21
Binary 1010110 1000111 0 0 10001 1100100 1000010 110010 1100100 10001

Color Harmonies of #564700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564700

Black with #564700

Text Example


Text Example

White with #564700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564700; }

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

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

background-color css

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

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

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

border-color css

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

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

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