Html Css Color HEX #56510B Bronze Olive

📋 copy color: '#56510B'

red 86 ◦ green 81 ◦ blue 11

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

Shades of Bronze Olive #56510B

Tints of Bronze Olive #56510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.18%

R = 48.31%
G = 45.51%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#56510B (or 0x56510B) is known color: Bronze Olive. HEX triplet: 56, 51 and 0B. RGB value is (86,81,11). Sum of RGB (Red+Green+Blue) = 86+81+11=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #56510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56510B is #A9AEF4. Grayscale: #4A4A4A. Windows color (decimal): -11120373 or 741718. OLE color: 741718.

HSL color Cylindrical-coordinate representation of color #56510B: hue angle of 56º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56510B is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 81 11 -
CMYK 0 0.06 0.87 0.66
HSL 56º 0.77% 0.19% -
HSV(B) 56º 0.87% 0.34% -
XYZ 6.84 7.89 1.48 -
YUV 74.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 86 81 11 0 0.06 0.87 0.66 56 0.77 0.19
Hex 56 51 B 0 6 57 42 38 4D 13
Octal 126 121 13 0 6 127 102 70 115 23
Binary 1010110 1010001 1011 0 110 1010111 1000010 111000 1001101 10011

Color Harmonies of #56510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56510B

Black with #56510B

Text Example


Text Example

White with #56510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56510B; }

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

 H1.HeaderClassName
 {
   color: #56510B;
 }
 .AnyTagClassName
 {
   color: #56510B;
 }
</style>

background-color css

<style>
 a { background-color: #56510B; }

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

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

border-color css

<style>
 span { border-color: #56510B; }

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

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