#5B4F03

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

Shades of Bronze Olive #5B4F03

Tints of Bronze Olive #5B4F03

Color information

#5B4F03 (or 0x5B4F03) is unknown color: approx Bronze Olive. HEX triplet: 5B, 4F and 03. RGB value is (91,79,3). Sum of RGB (Red+Green+Blue) = 91+79+3=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B4F03 is #A4B0FC. Grayscale: #4A4A4A. Windows color (decimal): -10793213 or 216923. OLE color: 216923.

HSL color Cylindrical-coordinate representation of color #5B4F03: hue angle of 51.82º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B4F03 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB91793-
CMYK00.130.970.64
HSL51.82º93.62%18.43%-
HSV(B)51.82º96.7%35.69%-
XYZ7.137.821.22-
YUV73.9287.98140.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 79 (31.25% from 255) = 45.66%
BLUE value IS 3 (1.56% from 255) = 1.73%
R=52.60%
G=45.66%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9179300.130.970.6451.8293.6218.43
Hex5B4F30D6140345e12
Octal13311730151411006413622
Binary10110111001111110110111000011000000110100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,79,3); }

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

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

 a { background-color: rgb(91,79,3); }

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

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

 span { border-color: rgb(91,79,3); }

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