Html Css Color HEX #564C00 Bronze Olive

📋 copy color: '#564C00'

red 86 ◦ green 76 ◦ blue 0

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

Shades of Bronze Olive #564C00

Tints of Bronze Olive #564C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.91%

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

R = 53.09%
G = 46.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#564C00 (or 0x564C00) is known color: Bronze Olive. HEX triplet: 56, 4C and 00. RGB value is (86,76,0). Sum of RGB (Red+Green+Blue) = 86+76+0=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #564C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C00 is #A9B3FF. Grayscale: #464646. Windows color (decimal): -11121664 or 19542. OLE color: 19542.

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

Color convert

RGB 86 76 0 -
CMYK 0 0.12 1 0.66
HSL 53.02º 1% 0.17% -
HSV(B) 53.02º 1% 0.34% -
XYZ 6.42 7.15 1.04 -
YUV 70.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 86 76 0 0 0.12 1 0.66 53.02 1 0.17
Hex 56 4C 0 0 C 64 42 35 64 11
Octal 126 114 0 0 14 144 102 65 144 21
Binary 1010110 1001100 0 0 1100 1100100 1000010 110101 1100100 10001

Color Harmonies of #564C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C00

Black with #564C00

Text Example


Text Example

White with #564C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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