Html Css Color HEX #56511E Bronze Olive

📋 copy color: '#56511E'

red 86 ◦ green 81 ◦ blue 30

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

Shades of Bronze Olive #56511E

Tints of Bronze Olive #56511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.12%

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 43.65%
G = 41.12%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#56511E (or 0x56511E) is known color: Bronze Olive. HEX triplet: 56, 51 and 1E. RGB value is (86,81,30). Sum of RGB (Red+Green+Blue) = 86+81+30=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56511E is #A9AEE1. Grayscale: #4C4C4C. Windows color (decimal): -11120354 or 1986902. OLE color: 1986902.

HSL color Cylindrical-coordinate representation of color #56511E: hue angle of 54.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56511E is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 81 30 -
CMYK 0 0.06 0.65 0.66
HSL 54.64º 0.48% 0.23% -
HSV(B) 54.64º 0.65% 0.34% -
XYZ 7.01 7.96 2.39 -
YUV 76.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 86 81 30 0 0.06 0.65 0.66 54.64 0.48 0.23
Hex 56 51 1E 0 6 41 42 37 30 17
Octal 126 121 36 0 6 101 102 67 60 27
Binary 1010110 1010001 11110 0 110 1000001 1000010 110111 110000 10111

Color Harmonies of #56511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56511E

Black with #56511E

Text Example


Text Example

White with #56511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56511E; }

 p { color: rgb(86,81,30); }

 H1.HeaderClassName
 {
   color: #56511E;
 }
 .AnyTagClassName
 {
   color: #56511E;
 }
</style>

background-color css

<style>
 a { background-color: #56511E; }

 a { background-color: rgb(86,81,30); }

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

border-color css

<style>
 span { border-color: #56511E; }

 span { border-color: rgb(86,81,30); }

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