#984934

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

Shades of Rock Spray #984934

Tints of Rock Spray #984934

Color information

#984934 (or 0x984934) is unknown color: approx Rock Spray. HEX triplet: 98, 49 and 34. RGB value is (152,73,52). Sum of RGB (Red+Green+Blue) = 152+73+52=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #984934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984934 is #67B6CB. Grayscale: #5E5E5E. Windows color (decimal): -6797004 or 3426712. OLE color: 3426712.

HSL color Cylindrical-coordinate representation of color #984934: hue angle of 12.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #984934 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB1527352-
CMYK00.520.660.40
HSL12.6º49.02%40%-
HSV(B)12.6º65.79%59.61%-
XYZ15.9511.694.66-
YUV94.23104.17169.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.87%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=54.87%
G=26.35%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152735200.520.660.4012.649.0240
Hex9849340344228d3128
Octal2301116406410250156150
Binary100110001001001110100011010010000101010001101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984934; }

 p { color: rgb(152,73,52); }

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

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

 a { background-color: rgb(152,73,52); }

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

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

 span { border-color: rgb(152,73,52); }

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