#99441F

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

Shades of Rock Spray #99441F

Tints of Rock Spray #99441F

Color information

#99441F (or 0x99441F) is unknown color: approx Rock Spray. HEX triplet: 99, 44 and 1F. RGB value is (153,68,31). Sum of RGB (Red+Green+Blue) = 153+68+31=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #99441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99441F is #66BBE0. Grayscale: #595959. Windows color (decimal): -6732769 or 2049177. OLE color: 2049177.

HSL color Cylindrical-coordinate representation of color #99441F: hue angle of 18.2º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99441F is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1536831-
CMYK00.560.800.4
HSL18.2º66.3%36.08%-
HSV(B)18.2º79.74%60%-
XYZ15.4511.012.61-
YUV89.295.16173.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=60.71%
G=26.98%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153683100.560.800.418.266.336.08
Hex99441F0385028124224
Octal23110437070120502210244
Binary1001100110001001111101110001010000101000100101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99441F; }

 p { color: rgb(153,68,31); }

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

<style>
 a { background-color: #99441F; }

 a { background-color: rgb(153,68,31); }

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

<style>
 span { border-color: #99441F; }

 span { border-color: rgb(153,68,31); }

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