#9F3827

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

Shades of Rock Spray #9F3827

Tints of Rock Spray #9F3827

Color information

#9F3827 (or 0x9F3827) is unknown color: approx Rock Spray. HEX triplet: 9F, 38 and 27. RGB value is (159,56,39). Sum of RGB (Red+Green+Blue) = 159+56+39=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3827 is #60C7D8. Grayscale: #555555. Windows color (decimal): -6342617 or 2570399. OLE color: 2570399.

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

Color convert

RGB1595639-
CMYK00.650.750.38
HSL8.5º60.61%38.82%-
HSV(B)8.5º75.47%62.35%-
XYZ16.0810.353.07-
YUV84.86102.12180.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.60%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=62.60%
G=22.05%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159563900.650.750.388.560.6138.82
Hex9F38270414B2683d27
Octal2377047010111346107547
Binary100111111110001001110100000110010111001101000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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