#5A450B

Color #5A450B Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #5A450B

Tints of Bronze Olive #5A450B

Color information

#5A450B (or 0x5A450B) is unknown color: approx Bronze Olive. HEX triplet: 5A, 45 and 0B. RGB value is (90,69,11). Sum of RGB (Red+Green+Blue) = 90+69+11=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A450B is #A5BAF4. Grayscale: #444444. Windows color (decimal): -10861301 or 738650. OLE color: 738650.

HSL color Cylindrical-coordinate representation of color #5A450B: hue angle of 44.05º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A450B is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB906911-
CMYK00.230.880.65
HSL44.05º78.22%19.8%-
HSV(B)44.05º87.78%35.29%-
XYZ6.46.451.22-
YUV68.6795.46143.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.94%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=52.94%
G=40.59%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90691100.230.880.6544.0578.2219.8
Hex5A45B01758412c4e14
Octal132105130271301015411624
Binary10110101000101101101011110110001000001101100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A450B; }

 p { color: rgb(90,69,11); }

 H1.HeaderClassName
 {
   color: #5A450B;
 }
 .AnyTagClassName
 {
   color: #5A450B;
 }
</style>
background-color css

<style>
 a { background-color: #5A450B; }

 a { background-color: rgb(90,69,11); }

 div.DivClassName
 {
   background-color: #5A450B;
 }
 .BgClassName
 {
   background-color: #5A450B;
 }
</style>
border-color css

<style>
 span { border-color: #5A450B; }

 span { border-color: rgb(90,69,11); }

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