#5F2423

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

Shades of Red Oxide #5F2423

Tints of Red Oxide #5F2423

Color information

#5F2423 (or 0x5F2423) is unknown color: approx Red Oxide. HEX triplet: 5F, 24 and 23. RGB value is (95,36,35). Sum of RGB (Red+Green+Blue) = 95+36+35=166 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.23% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2423 is #A0DBDC. Grayscale: #353535. Windows color (decimal): -10542045 or 2303071. OLE color: 2303071.

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

Color convert

RGB953635-
CMYK00.620.630.63
HSL46.15%25.49%-
HSV(B)63.16%37.25%-
XYZ5.653.822.03-
YUV53.53117.55157.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 57.23%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=57.23%
G=21.69%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95363500.620.630.63146.1525.49
Hex5F242303E3F3F12e19
Octal1374443076777715631
Binary10111111001001000110111110111111111111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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