#984B35

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

Shades of Rock Spray #984B35

Tints of Rock Spray #984B35

Color information

#984B35 (or 0x984B35) is unknown color: approx Rock Spray. HEX triplet: 98, 4B and 35. RGB value is (152,75,53). Sum of RGB (Red+Green+Blue) = 152+75+53=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #984B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B35 is #67B4CA. Grayscale: #5F5F5F. Windows color (decimal): -6796491 or 3492760. OLE color: 3492760.

HSL color Cylindrical-coordinate representation of color #984B35: hue angle of 13.33º 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 #984B35 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB1527553-
CMYK00.510.650.40
HSL13.33º48.29%40.2%-
HSV(B)13.33º65.13%59.61%-
XYZ16.1111.964.83-
YUV95.52104.01168.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=54.29%
G=26.79%
B=18.93%

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
Decimal152755300.510.650.4013.3348.2940.2
Hex984B350334128d3028
Octal2301136506310150156050
Binary100110001001011110101011001110000011010001101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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