Html Css Color HEX #56411D Bronze Olive

📋 copy color: '#56411D'

red 86 ◦ green 65 ◦ blue 29

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

Shades of Bronze Olive #56411D

Tints of Bronze Olive #56411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.11%

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

R = 47.78%
G = 36.11%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56411D (or 0x56411D) is known color: Bronze Olive. HEX triplet: 56, 41 and 1D. RGB value is (86,65,29). Sum of RGB (Red+Green+Blue) = 86+65+29=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56411D is #A9BEE2. Grayscale: #434343. Windows color (decimal): -11124451 or 1917270. OLE color: 1917270.

HSL color Cylindrical-coordinate representation of color #56411D: hue angle of 37.89º 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 #56411D is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 65 29 -
CMYK 0 0.24 0.66 0.66
HSL 37.89º 0.5% 0.23% -
HSV(B) 37.89º 0.66% 0.34% -
XYZ 5.95 5.85 1.98 -
YUV 67.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 86 65 29 0 0.24 0.66 0.66 37.89 0.5 0.23
Hex 56 41 1D 0 18 42 42 26 32 17
Octal 126 101 35 0 30 102 102 46 62 27
Binary 1010110 1000001 11101 0 11000 1000010 1000010 100110 110010 10111

Color Harmonies of #56411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56411D

Black with #56411D

Text Example


Text Example

White with #56411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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