Html Css Color HEX #56471A Bronze Olive

📋 copy color: '#56471A'

red 86 ◦ green 71 ◦ blue 26

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

Shades of Bronze Olive #56471A

Tints of Bronze Olive #56471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.8%

 BLUE value IS 26 (10.55% from 255) = 14.21%

R = 46.99%
G = 38.8%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56471A (or 0x56471A) is known color: Bronze Olive. HEX triplet: 56, 47 and 1A. RGB value is (86,71,26). Sum of RGB (Red+Green+Blue) = 86+71+26=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56471A is #A9B8E5. Grayscale: #464646. Windows color (decimal): -11122918 or 1722198. OLE color: 1722198.

HSL color Cylindrical-coordinate representation of color #56471A: hue angle of 45º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56471A is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 71 26 -
CMYK 0 0.17 0.70 0.66
HSL 45º 0.54% 0.22% -
HSV(B) 45º 0.7% 0.34% -
XYZ 6.28 6.56 1.91 -
YUV 70.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 86 71 26 0 0.17 0.70 0.66 45 0.54 0.22
Hex 56 47 1A 0 11 46 42 2D 36 16
Octal 126 107 32 0 21 106 102 55 66 26
Binary 1010110 1000111 11010 0 10001 1000110 1000010 101101 110110 10110

Color Harmonies of #56471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56471A

Black with #56471A

Text Example


Text Example

White with #56471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56471A; }

 p { color: rgb(86,71,26); }

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

background-color css

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

 a { background-color: rgb(86,71,26); }

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

border-color css

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

 span { border-color: rgb(86,71,26); }

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