#98482D

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

Shades of Rock Spray #98482D

Tints of Rock Spray #98482D

Color information

#98482D (or 0x98482D) is unknown color: approx Rock Spray. HEX triplet: 98, 48 and 2D. RGB value is (152,72,45). Sum of RGB (Red+Green+Blue) = 152+72+45=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98482D is #67B7D2. Grayscale: #5D5D5D. Windows color (decimal): -6797267 or 2967704. OLE color: 2967704.

HSL color Cylindrical-coordinate representation of color #98482D: hue angle of 15.14º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98482D is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1527245-
CMYK00.530.700.40
HSL15.14º54.31%38.63%-
HSV(B)15.14º70.39%59.61%-
XYZ15.7411.53.87-
YUV92.84101170.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 45 (17.97% from 255) = 16.73%
R=56.51%
G=26.77%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152724500.530.700.4015.1454.3138.63
Hex98482D0354628f3627
Octal2301105506510650176647
Binary100110001001000101101011010110001101010001111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98482D; }

 p { color: rgb(152,72,45); }

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

<style>
 a { background-color: #98482D; }

 a { background-color: rgb(152,72,45); }

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

<style>
 span { border-color: #98482D; }

 span { border-color: rgb(152,72,45); }

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