#5d5223

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

Shades of Bronze Olive #5D5223

Tints of Bronze Olive #5D5223

Color information

#5D5223 (or 0x5D5223) is unknown color: approx Bronze Olive. HEX triplet: 5D, 52 and 23. RGB value is (93,82,35). Sum of RGB (Red+Green+Blue) = 93+82+35=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5223 is #A2ADDC. Grayscale: #505050. Windows color (decimal): -10661341 or 2314845. OLE color: 2314845.

HSL color Cylindrical-coordinate representation of color #5D5223: hue angle of 48.62º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D5223 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB938235-
CMYK00.120.620.64
HSL48.62º45.31%25.1%-
HSV(B)48.62º62.37%36.47%-
XYZ7.838.482.81-
YUV79.93102.64137.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.29%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=44.29%
G=39.05%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93823500.120.620.6448.6245.3125.1
Hex5D52230C3E40312d19
Octal1351224301476100615531
Binary1011101101001010001101100111110100000011000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d5223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,82,35); }

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

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

 a { background-color: rgb(93,82,35); }

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

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

 span { border-color: rgb(93,82,35); }

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