#5D471A

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

Shades of Bronze Olive #5D471A

Tints of Bronze Olive #5D471A

Color information

#5D471A (or 0x5D471A) is unknown color: approx Bronze Olive. HEX triplet: 5D, 47 and 1A. RGB value is (93,71,26). Sum of RGB (Red+Green+Blue) = 93+71+26=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D471A is #A2B8E5. Grayscale: #484848. Windows color (decimal): -10664166 or 1722205. OLE color: 1722205.

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

Color convert

RGB937126-
CMYK00.240.720.64
HSL40.3º56.3%23.33%-
HSV(B)40.3º72.04%36.47%-
XYZ6.956.911.94-
YUV72.45101.79142.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.95%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=48.95%
G=37.37%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93712600.240.720.6440.356.323.33
Hex5D471A0184840283817
Octal13510732030110100507027
Binary10111011000111110100110001001000100000010100011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,71,26); }

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

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

 a { background-color: rgb(93,71,26); }

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

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

 span { border-color: rgb(93,71,26); }

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