Html Css Color HEX #56491F Bronze Olive

📋 copy color: '#56491F'

red 86 ◦ green 73 ◦ blue 31

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

Shades of Bronze Olive #56491F

Tints of Bronze Olive #56491F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 45.26%
G = 38.42%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56491F (or 0x56491F) is known color: Bronze Olive. HEX triplet: 56, 49 and 1F. RGB value is (86,73,31). Sum of RGB (Red+Green+Blue) = 86+73+31=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #56491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56491F is #A9B6E0. Grayscale: #484848. Windows color (decimal): -11122401 or 2050390. OLE color: 2050390.

HSL color Cylindrical-coordinate representation of color #56491F: hue angle of 45.82º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56491F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 73 31 -
CMYK 0 0.15 0.64 0.66
HSL 45.82º 0.47% 0.23% -
HSV(B) 45.82º 0.64% 0.34% -
XYZ 6.47 6.84 2.28 -
YUV 72.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 86 73 31 0 0.15 0.64 0.66 45.82 0.47 0.23
Hex 56 49 1F 0 F 40 42 2E 2F 17
Octal 126 111 37 0 17 100 102 56 57 27
Binary 1010110 1001001 11111 0 1111 1000000 1000010 101110 101111 10111

Color Harmonies of #56491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56491F

Black with #56491F

Text Example


Text Example

White with #56491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56491F; }

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

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

background-color css

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

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

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

border-color css

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

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

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