Html Css Color HEX #564800 Bronze Olive

📋 copy color: '#564800'

red 86 ◦ green 72 ◦ blue 0

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

Shades of Bronze Olive #564800

Tints of Bronze Olive #564800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

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

R = 54.43%
G = 45.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#564800 (or 0x564800) is known color: Bronze Olive. HEX triplet: 56, 48 and 00. RGB value is (86,72,0). Sum of RGB (Red+Green+Blue) = 86+72+0=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #564800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564800 is #A9B7FF. Grayscale: #444444. Windows color (decimal): -11122688 or 18518. OLE color: 18518.

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

Color convert

RGB 86 72 0 -
CMYK 0 0.16 1 0.66
HSL 50.23º 1% 0.17% -
HSV(B) 50.23º 1% 0.34% -
XYZ 6.16 6.61 0.95 -
YUV 67.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 86 72 0 0 0.16 1 0.66 50.23 1 0.17
Hex 56 48 0 0 10 64 42 32 64 11
Octal 126 110 0 0 20 144 102 62 144 21
Binary 1010110 1001000 0 0 10000 1100100 1000010 110010 1100100 10001

Color Harmonies of #564800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564800

Black with #564800

Text Example


Text Example

White with #564800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564800; }

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

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

background-color css

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

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

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

border-color css

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

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

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