#5B470A

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

Shades of Bronze Olive #5B470A

Tints of Bronze Olive #5B470A

Color information

#5B470A (or 0x5B470A) is unknown color: approx Bronze Olive. HEX triplet: 5B, 47 and 0A. RGB value is (91,71,10). Sum of RGB (Red+Green+Blue) = 91+71+10=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B470A is #A4B8F5. Grayscale: #464646. Windows color (decimal): -10795254 or 673627. OLE color: 673627.

HSL color Cylindrical-coordinate representation of color #5B470A: hue angle of 45.19º 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 #5B470A is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB917110-
CMYK00.220.890.64
HSL45.19º80.2%19.8%-
HSV(B)45.19º89.01%35.69%-
XYZ6.626.751.24-
YUV70.0394.13142.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.91%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=52.91%
G=41.28%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91711000.220.890.6445.1980.219.8
Hex5B47A01659402d5014
Octal133107120261311005512024
Binary10110111000111101001011010110011000000101101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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