#5F2320

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

Shades of Red Oxide #5F2320

Tints of Red Oxide #5F2320

Color information

#5F2320 (or 0x5F2320) is unknown color: approx Red Oxide. HEX triplet: 5F, 23 and 20. RGB value is (95,35,32). Sum of RGB (Red+Green+Blue) = 95+35+32=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2320 is #A0DCDF. Grayscale: #343434. Windows color (decimal): -10542304 or 2106207. OLE color: 2106207.

HSL color Cylindrical-coordinate representation of color #5F2320: hue angle of 2.86º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F2320 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB953532-
CMYK00.630.660.63
HSL2.86º49.61%24.9%-
HSV(B)2.86º66.32%37.25%-
XYZ5.583.741.79-
YUV52.6116.38158.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 58.64%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=58.64%
G=21.60%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95353200.630.660.632.8649.6124.9
Hex5F232003F423F33219
Octal13743400771027736231
Binary1011111100011100000011111110000101111111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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