Html Css Color HEX #984B35 Rock Spray

📋 copy color: '#984B35'

red 152 ◦ green 75 ◦ blue 53

#984B35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #984B35

Tints of Rock Spray #984B35

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 value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#984B35 (or 0x984B35) is known color: 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

RGB 152 75 53 -
CMYK 0 0.51 0.65 0.40
HSL 13.33º 0.48% 0.4% -
HSV(B) 13.33º 0.65% 0.6% -
XYZ 16.11 11.96 4.83 -
YUV 95.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 152 75 53 0 0.51 0.65 0.40 13.33 0.48 0.4
Hex 98 4B 35 0 33 41 28 D 30 28
Octal 230 113 65 0 63 101 50 15 60 50
Binary 10011000 1001011 110101 0 110011 1000001 101000 1101 110000 101000

Color Harmonies of #984B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984B35

Black with #984B35

Text Example


Text Example

White with #984B35

Text Example


Text Example

HTML Codes & Css Web 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>