#98482E

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

Shades of Rock Spray #98482E

Tints of Rock Spray #98482E

Color information

#98482E (or 0x98482E) is unknown color: approx Rock Spray. HEX triplet: 98, 48 and 2E. RGB value is (152,72,46). Sum of RGB (Red+Green+Blue) = 152+72+46=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #98482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98482E is #67B7D1. Grayscale: #5D5D5D. Windows color (decimal): -6797266 or 3033240. OLE color: 3033240.

HSL color Cylindrical-coordinate representation of color #98482E: hue angle of 14.72º 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 #98482E is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1527246-
CMYK00.530.700.40
HSL14.72º53.54%38.82%-
HSV(B)14.72º69.74%59.61%-
XYZ15.7611.513.98-
YUV92.96101.5170.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 46 (18.36% from 255) = 17.04%
R=56.30%
G=26.67%
B=17.04%

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
Decimal152724600.530.700.4014.7253.5438.82
Hex98482E0354628f3627
Octal2301105606510650176647
Binary100110001001000101110011010110001101010001111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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