Html Css Color HEX #564D1C Bronze Olive

📋 copy color: '#564D1C'

red 86 ◦ green 77 ◦ blue 28

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

Shades of Bronze Olive #564D1C

Tints of Bronze Olive #564D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.66%

R = 45.03%
G = 40.31%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#564D1C (or 0x564D1C) is known color: Bronze Olive. HEX triplet: 56, 4D and 1C. RGB value is (86,77,28). Sum of RGB (Red+Green+Blue) = 86+77+28=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D1C is #A9B2E3. Grayscale: #4A4A4A. Windows color (decimal): -11121380 or 1854806. OLE color: 1854806.

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

Color convert

RGB 86 77 28 -
CMYK 0 0.10 0.67 0.66
HSL 50.69º 0.51% 0.22% -
HSV(B) 50.69º 0.67% 0.34% -
XYZ 6.7 7.37 2.17 -
YUV 74.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 86 77 28 0 0.10 0.67 0.66 50.69 0.51 0.22
Hex 56 4D 1C 0 A 43 42 33 33 16
Octal 126 115 34 0 12 103 102 63 63 26
Binary 1010110 1001101 11100 0 1010 1000011 1000010 110011 110011 10110

Color Harmonies of #564D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D1C

Black with #564D1C

Text Example


Text Example

White with #564D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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