Html Css Color HEX #56461D Bronze Olive

📋 copy color: '#56461D'

red 86 ◦ green 70 ◦ blue 29

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

Shades of Bronze Olive #56461D

Tints of Bronze Olive #56461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

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

R = 46.49%
G = 37.84%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56461D (or 0x56461D) is known color: Bronze Olive. HEX triplet: 56, 46 and 1D. RGB value is (86,70,29). Sum of RGB (Red+Green+Blue) = 86+70+29=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56461D is #A9B9E2. Grayscale: #464646. Windows color (decimal): -11123171 or 1918550. OLE color: 1918550.

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

Color convert

RGB 86 70 29 -
CMYK 0 0.19 0.66 0.66
HSL 43.16º 0.5% 0.23% -
HSV(B) 43.16º 0.66% 0.34% -
XYZ 6.25 6.45 2.08 -
YUV 70.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 86 70 29 0 0.19 0.66 0.66 43.16 0.5 0.23
Hex 56 46 1D 0 13 42 42 2B 32 17
Octal 126 106 35 0 23 102 102 53 62 27
Binary 1010110 1000110 11101 0 10011 1000010 1000010 101011 110010 10111

Color Harmonies of #56461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56461D

Black with #56461D

Text Example


Text Example

White with #56461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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