Html Css Color HEX #564414 Bronze Olive

📋 copy color: '#564414'

red 86 ◦ green 68 ◦ blue 20

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

Shades of Bronze Olive #564414

Tints of Bronze Olive #564414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 49.43%
G = 39.08%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#564414 (or 0x564414) is known color: Bronze Olive. HEX triplet: 56, 44 and 14. RGB value is (86,68,20). Sum of RGB (Red+Green+Blue) = 86+68+20=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #564414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564414 is #A9BBEB. Grayscale: #444444. Windows color (decimal): -11123692 or 1328214. OLE color: 1328214.

HSL color Cylindrical-coordinate representation of color #564414: hue angle of 43.64º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #564414 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 68 20 -
CMYK 0 0.21 0.77 0.66
HSL 43.64º 0.62% 0.21% -
HSV(B) 43.64º 0.77% 0.34% -
XYZ 6.03 6.16 1.53 -
YUV 67.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 86 68 20 0 0.21 0.77 0.66 43.64 0.62 0.21
Hex 56 44 14 0 15 4D 42 2C 3E 15
Octal 126 104 24 0 25 115 102 54 76 25
Binary 1010110 1000100 10100 0 10101 1001101 1000010 101100 111110 10101

Color Harmonies of #564414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564414

Black with #564414

Text Example


Text Example

White with #564414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564414; }

 p { color: rgb(86,68,20); }

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

background-color css

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

 a { background-color: rgb(86,68,20); }

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

border-color css

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

 span { border-color: rgb(86,68,20); }

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