#5B480A

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

Shades of Bronze Olive #5B480A

Tints of Bronze Olive #5B480A

Color information

#5B480A (or 0x5B480A) is unknown color: approx Bronze Olive. HEX triplet: 5B, 48 and 0A. RGB value is (91,72,10). Sum of RGB (Red+Green+Blue) = 91+72+10=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B480A is #A4B7F5. Grayscale: #464646. Windows color (decimal): -10794998 or 673883. OLE color: 673883.

HSL color Cylindrical-coordinate representation of color #5B480A: hue angle of 45.93º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B480A is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB917210-
CMYK00.210.890.64
HSL45.93º80.2%19.8%-
HSV(B)45.93º89.01%35.69%-
XYZ6.696.881.26-
YUV70.6193.79142.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=52.60%
G=41.62%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91721000.210.890.6445.9380.219.8
Hex5B48A01559402e5014
Octal133110120251311005612024
Binary10110111001000101001010110110011000000101110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,72,10); }

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

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

 a { background-color: rgb(91,72,10); }

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

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

 span { border-color: rgb(91,72,10); }

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