#5D510D

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

Shades of Bronze Olive #5D510D

Tints of Bronze Olive #5D510D

Color information

#5D510D (or 0x5D510D) is unknown color: approx Bronze Olive. HEX triplet: 5D, 51 and 0D. RGB value is (93,81,13). Sum of RGB (Red+Green+Blue) = 93+81+13=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D510D is #A2AEF2. Grayscale: #4D4D4D. Windows color (decimal): -10661619 or 872797. OLE color: 872797.

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

Color convert

RGB938113-
CMYK00.130.860.64
HSL51º75.47%20.78%-
HSV(B)51º86.02%36.47%-
XYZ7.538.241.57-
YUV76.8491.98139.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.73%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=49.73%
G=43.32%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93811300.130.860.645175.4720.78
Hex5D51D0D5640334b15
Octal135121150151261006311325
Binary1011101101000111010110110101101000000110011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,81,13); }

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

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

 a { background-color: rgb(93,81,13); }

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

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

 span { border-color: rgb(93,81,13); }

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