Html Css Color HEX #56510D Bronze Olive

📋 copy color: '#56510D'

red 86 ◦ green 81 ◦ blue 13

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

Shades of Bronze Olive #56510D

Tints of Bronze Olive #56510D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.22%

R = 47.78%
G = 45%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56510D (or 0x56510D) is known color: Bronze Olive. HEX triplet: 56, 51 and 0D. RGB value is (86,81,13). Sum of RGB (Red+Green+Blue) = 86+81+13=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56510D is #A9AEF2. Grayscale: #4B4B4B. Windows color (decimal): -11120371 or 872790. OLE color: 872790.

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

Color convert

RGB 86 81 13 -
CMYK 0 0.06 0.85 0.66
HSL 55.89º 0.74% 0.19% -
HSV(B) 55.89º 0.85% 0.34% -
XYZ 6.85 7.89 1.54 -
YUV 74.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 86 81 13 0 0.06 0.85 0.66 55.89 0.74 0.19
Hex 56 51 D 0 6 55 42 38 4A 13
Octal 126 121 15 0 6 125 102 70 112 23
Binary 1010110 1010001 1101 0 110 1010101 1000010 111000 1001010 10011

Color Harmonies of #56510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56510D

Black with #56510D

Text Example


Text Example

White with #56510D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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