Html Css Color HEX #56500E Bronze Olive

📋 copy color: '#56500E'

red 86 ◦ green 80 ◦ blue 14

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

Shades of Bronze Olive #56500E

Tints of Bronze Olive #56500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.78%

R = 47.78%
G = 44.44%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#56500E (or 0x56500E) is known color: Bronze Olive. HEX triplet: 56, 50 and 0E. RGB value is (86,80,14). Sum of RGB (Red+Green+Blue) = 86+80+14=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56500E is #A9AFF1. Grayscale: #4A4A4A. Windows color (decimal): -11120626 or 938070. OLE color: 938070.

HSL color Cylindrical-coordinate representation of color #56500E: hue angle of 55º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56500E is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 14 -
CMYK 0 0.07 0.84 0.66
HSL 55º 0.72% 0.2% -
HSV(B) 55º 0.84% 0.34% -
XYZ 6.79 7.75 1.55 -
YUV 74.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 86 80 14 0 0.07 0.84 0.66 55 0.72 0.2
Hex 56 50 E 0 7 54 42 37 48 14
Octal 126 120 16 0 7 124 102 67 110 24
Binary 1010110 1010000 1110 0 111 1010100 1000010 110111 1001000 10100

Color Harmonies of #56500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56500E

Black with #56500E

Text Example


Text Example

White with #56500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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