Html Css Color HEX #56501D Bronze Olive

📋 copy color: '#56501D'

red 86 ◦ green 80 ◦ blue 29

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

Shades of Bronze Olive #56501D

Tints of Bronze Olive #56501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

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

R = 44.1%
G = 41.03%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56501D (or 0x56501D) is known color: Bronze Olive. HEX triplet: 56, 50 and 1D. RGB value is (86,80,29). Sum of RGB (Red+Green+Blue) = 86+80+29=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #56501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56501D is #A9AFE2. Grayscale: #4C4C4C. Windows color (decimal): -11120611 or 1921110. OLE color: 1921110.

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

Color convert

RGB 86 80 29 -
CMYK 0 0.07 0.66 0.66
HSL 53.68º 0.5% 0.23% -
HSV(B) 53.68º 0.66% 0.34% -
XYZ 6.93 7.8 2.3 -
YUV 75.98 101.49 135.15 -
System Red Green Blue C M Y K H S L
Decimal 86 80 29 0 0.07 0.66 0.66 53.68 0.5 0.23
Hex 56 50 1D 0 7 42 42 36 32 17
Octal 126 120 35 0 7 102 102 66 62 27
Binary 1010110 1010000 11101 0 111 1000010 1000010 110110 110010 10111

Color Harmonies of #56501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56501D

Black with #56501D

Text Example


Text Example

White with #56501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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