#5B480C

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

Shades of Bronze Olive #5B480C

Tints of Bronze Olive #5B480C

Color information

#5B480C (or 0x5B480C) is unknown color: approx Bronze Olive. HEX triplet: 5B, 48 and 0C. RGB value is (91,72,12). Sum of RGB (Red+Green+Blue) = 91+72+12=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B480C is #A4B7F3. Grayscale: #474747. Windows color (decimal): -10794996 or 804955. OLE color: 804955.

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

Color convert

RGB917212-
CMYK00.210.870.64
HSL45.57º76.7%20.2%-
HSV(B)45.57º86.81%35.69%-
XYZ6.76.891.32-
YUV70.8494.79142.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 12 (5.08% from 255) = 6.86%
R=52%
G=41.14%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91721200.210.870.6445.5776.720.2
Hex5B48C01557402e4d14
Octal133110140251271005611524
Binary10110111001000110001010110101111000000101110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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