#9F3823

Color #9F3823 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #9F3823

Tints of Rock Spray #9F3823

Color information

#9F3823 (or 0x9F3823) is unknown color: approx Rock Spray. HEX triplet: 9F, 38 and 23. RGB value is (159,56,35). Sum of RGB (Red+Green+Blue) = 159+56+35=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3823 is #60C7DC. Grayscale: #545454. Windows color (decimal): -6342621 or 2308255. OLE color: 2308255.

HSL color Cylindrical-coordinate representation of color #9F3823: hue angle of 10.16º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F3823 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1595635-
CMYK00.650.780.38
HSL10.16º63.92%38.04%-
HSV(B)10.16º77.99%62.35%-
XYZ16.0210.322.74-
YUV84.4100.12181.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.6%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 35 (14.06% from 255) = 14%
R=63.6%
G=22.4%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159563500.650.780.3810.1663.9238.04
Hex9F38230414E26a4026
Octal23770430101116461210046
Binary1001111111100010001101000001100111010011010101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F3823; }

 p { color: rgb(159,56,35); }

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

<style>
 a { background-color: #9F3823; }

 a { background-color: rgb(159,56,35); }

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

<style>
 span { border-color: #9F3823; }

 span { border-color: rgb(159,56,35); }

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