Html Css Color HEX #564928 Bronze Olive

📋 copy color: '#564928'

red 86 ◦ green 73 ◦ blue 40

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

Shades of Bronze Olive #564928

Tints of Bronze Olive #564928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.1%

R = 43.22%
G = 36.68%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#564928 (or 0x564928) is known color: Bronze Olive. HEX triplet: 56, 49 and 28. RGB value is (86,73,40). Sum of RGB (Red+Green+Blue) = 86+73+40=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #564928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564928 is #A9B6D7. Grayscale: #494949. Windows color (decimal): -11122392 or 2640214. OLE color: 2640214.

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

Color convert

RGB 86 73 40 -
CMYK 0 0.15 0.53 0.66
HSL 43.04º 0.37% 0.25% -
HSV(B) 43.04º 0.53% 0.34% -
XYZ 6.6 6.9 2.99 -
YUV 73.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 86 73 40 0 0.15 0.53 0.66 43.04 0.37 0.25
Hex 56 49 28 0 F 35 42 2B 25 19
Octal 126 111 50 0 17 65 102 53 45 31
Binary 1010110 1001001 101000 0 1111 110101 1000010 101011 100101 11001

Color Harmonies of #564928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564928

Black with #564928

Text Example


Text Example

White with #564928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564928; }

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

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

background-color css

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

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

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

border-color css

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

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

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