Html Css Color HEX #56471D Bronze Olive

📋 copy color: '#56471D'

red 86 ◦ green 71 ◦ blue 29

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

Shades of Bronze Olive #56471D

Tints of Bronze Olive #56471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 46.24%
G = 38.17%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56471D (or 0x56471D) is known color: Bronze Olive. HEX triplet: 56, 47 and 1D. RGB value is (86,71,29). Sum of RGB (Red+Green+Blue) = 86+71+29=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56471D is #A9B8E2. Grayscale: #464646. Windows color (decimal): -11122915 or 1918806. OLE color: 1918806.

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

Color convert

RGB 86 71 29 -
CMYK 0 0.17 0.66 0.66
HSL 44.21º 0.5% 0.23% -
HSV(B) 44.21º 0.66% 0.34% -
XYZ 6.31 6.57 2.1 -
YUV 70.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 86 71 29 0 0.17 0.66 0.66 44.21 0.5 0.23
Hex 56 47 1D 0 11 42 42 2C 32 17
Octal 126 107 35 0 21 102 102 54 62 27
Binary 1010110 1000111 11101 0 10001 1000010 1000010 101100 110010 10111

Color Harmonies of #56471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56471D

Black with #56471D

Text Example


Text Example

White with #56471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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