#5B541A

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

Shades of Bronze Olive #5B541A

Tints of Bronze Olive #5B541A

Color information

#5B541A (or 0x5B541A) is unknown color: approx Bronze Olive. HEX triplet: 5B, 54 and 1A. RGB value is (91,84,26). Sum of RGB (Red+Green+Blue) = 91+84+26=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B541A is #A4ABE5. Grayscale: #4F4F4F. Windows color (decimal): -10791910 or 1725531. OLE color: 1725531.

HSL color Cylindrical-coordinate representation of color #5B541A: hue angle of 53.54º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B541A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB918426-
CMYK00.080.710.64
HSL53.54º55.56%22.94%-
HSV(B)53.54º71.43%35.69%-
XYZ7.678.642.24-
YUV79.4897.82136.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.27%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=45.27%
G=41.79%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91842600.080.710.6453.5455.5622.94
Hex5B541A084740363817
Octal13312432010107100667027
Binary1011011101010011010010001000111100000011011011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,84,26); }

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

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

 a { background-color: rgb(91,84,26); }

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

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

 span { border-color: rgb(91,84,26); }

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