Html Css Color HEX #564D0E Bronze Olive

📋 copy color: '#564D0E'

red 86 ◦ green 77 ◦ blue 14

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

Shades of Bronze Olive #564D0E

Tints of Bronze Olive #564D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.5%

 BLUE value IS 14 (5.86% from 255) = 7.91%

R = 48.59%
G = 43.5%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#564D0E (or 0x564D0E) is known color: Bronze Olive. HEX triplet: 56, 4D and 0E. RGB value is (86,77,14). Sum of RGB (Red+Green+Blue) = 86+77+14=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #564D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D0E is #A9B2F1. Grayscale: #484848. Windows color (decimal): -11121394 or 937302. OLE color: 937302.

HSL color Cylindrical-coordinate representation of color #564D0E: hue angle of 52.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #564D0E is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 77 14 -
CMYK 0 0.10 0.84 0.66
HSL 52.5º 0.72% 0.2% -
HSV(B) 52.5º 0.84% 0.34% -
XYZ 6.57 7.32 1.48 -
YUV 72.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 86 77 14 0 0.10 0.84 0.66 52.5 0.72 0.2
Hex 56 4D E 0 A 54 42 34 48 14
Octal 126 115 16 0 12 124 102 64 110 24
Binary 1010110 1001101 1110 0 1010 1010100 1000010 110100 1001000 10100

Color Harmonies of #564D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D0E

Black with #564D0E

Text Example


Text Example

White with #564D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,77,14); }

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

background-color css

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

 a { background-color: rgb(86,77,14); }

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

border-color css

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

 span { border-color: rgb(86,77,14); }

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