#5B5302

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

Shades of Bronze Olive #5B5302

Tints of Bronze Olive #5B5302

Color information

#5B5302 (or 0x5B5302) is unknown color: approx Bronze Olive. HEX triplet: 5B, 53 and 02. RGB value is (91,83,2). Sum of RGB (Red+Green+Blue) = 91+83+2=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5302 is #A4ACFD. Grayscale: #4C4C4C. Windows color (decimal): -10792190 or 152411. OLE color: 152411.

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

Color convert

RGB91832-
CMYK00.090.980.64
HSL54.61º95.7%18.24%-
HSV(B)54.61º97.8%35.69%-
XYZ7.428.421.29-
YUV76.1686.15138.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.70%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=51.70%
G=47.16%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9183200.090.980.6454.6195.718.24
Hex5B532096240376012
Octal13312320111421006714022
Binary10110111010011100100111000101000000110111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,83,2); }

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

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

 a { background-color: rgb(91,83,2); }

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

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

 span { border-color: rgb(91,83,2); }

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