#984A35

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

Shades of Rock Spray #984A35

Tints of Rock Spray #984A35

Color information

#984A35 (or 0x984A35) is unknown color: approx Rock Spray. HEX triplet: 98, 4A and 35. RGB value is (152,74,53). Sum of RGB (Red+Green+Blue) = 152+74+53=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #984A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A35 is #67B5CA. Grayscale: #5F5F5F. Windows color (decimal): -6796747 or 3492504. OLE color: 3492504.

HSL color Cylindrical-coordinate representation of color #984A35: hue angle of 12.73º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #984A35 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB1527453-
CMYK00.510.650.40
HSL12.73º48.29%40.2%-
HSV(B)12.73º65.13%59.61%-
XYZ16.0411.834.81-
YUV94.93104.34168.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.48%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=54.48%
G=26.52%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152745300.510.650.4012.7348.2940.2
Hex984A350334128d3028
Octal2301126506310150156050
Binary100110001001010110101011001110000011010001101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984A35; }

 p { color: rgb(152,74,53); }

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

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

 a { background-color: rgb(152,74,53); }

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

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

 span { border-color: rgb(152,74,53); }

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