Html Css Color HEX #56490E Bronze Olive

📋 copy color: '#56490E'

red 86 ◦ green 73 ◦ blue 14

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

Shades of Bronze Olive #56490E

Tints of Bronze Olive #56490E

RGB

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

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

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

R = 49.71%
G = 42.2%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#56490E (or 0x56490E) is known color: Bronze Olive. HEX triplet: 56, 49 and 0E. RGB value is (86,73,14). Sum of RGB (Red+Green+Blue) = 86+73+14=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #56490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56490E is #A9B6F1. Grayscale: #464646. Windows color (decimal): -11122418 or 936278. OLE color: 936278.

HSL color Cylindrical-coordinate representation of color #56490E: hue angle of 49.17º 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 #56490E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 73 14 -
CMYK 0 0.15 0.84 0.66
HSL 49.17º 0.72% 0.2% -
HSV(B) 49.17º 0.84% 0.34% -
XYZ 6.3 6.78 1.39 -
YUV 70.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 86 73 14 0 0.15 0.84 0.66 49.17 0.72 0.2
Hex 56 49 E 0 F 54 42 31 48 14
Octal 126 111 16 0 17 124 102 61 110 24
Binary 1010110 1001001 1110 0 1111 1010100 1000010 110001 1001000 10100

Color Harmonies of #56490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56490E

Black with #56490E

Text Example


Text Example

White with #56490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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