#5D2320

Color #5D2320 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #5D2320

Tints of Red Oxide #5D2320

Color information

#5D2320 (or 0x5D2320) is unknown color: approx Red Oxide. HEX triplet: 5D, 23 and 20. RGB value is (93,35,32). Sum of RGB (Red+Green+Blue) = 93+35+32=160 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.12% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2320 is #A2DCDF. Grayscale: #343434. Windows color (decimal): -10673376 or 2106205. OLE color: 2106205.

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

Color convert

RGB933532-
CMYK00.620.660.64
HSL2.95º48.8%24.51%-
HSV(B)2.95º65.59%36.47%-
XYZ5.383.631.78-
YUV52116.72157.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 58.12%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 32 (12.89% from 255) = 20%
R=58.12%
G=21.88%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93353200.620.660.642.9548.824.51
Hex5D232003E424033119
Octal135434007610210036131
Binary10111011000111000000111110100001010000001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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