Html Css Color HEX #984930 Rock Spray

📋 copy color: '#984930'

red 152 ◦ green 73 ◦ blue 48

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

Shades of Rock Spray #984930

Tints of Rock Spray #984930

RGB

 RED value IS 152 (59.77% from 255) = 55.68%

 GREEN value IS 73 (28.91% from 255) = 26.74%

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 55.68%
G = 26.74%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#984930 (or 0x984930) is known color: Rock Spray. HEX triplet: 98, 49 and 30. RGB value is (152,73,48). Sum of RGB (Red+Green+Blue) = 152+73+48=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #984930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984930 is #67B6CF. Grayscale: #5D5D5D. Windows color (decimal): -6797008 or 3164568. OLE color: 3164568.

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

Color convert

RGB 152 73 48 -
CMYK 0 0.52 0.68 0.40
HSL 14.42º 0.52% 0.39% -
HSV(B) 14.42º 0.68% 0.6% -
XYZ 15.86 11.65 4.21 -
YUV 93.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 152 73 48 0 0.52 0.68 0.40 14.42 0.52 0.39
Hex 98 49 30 0 34 44 28 E 34 27
Octal 230 111 60 0 64 104 50 16 64 47
Binary 10011000 1001001 110000 0 110100 1000100 101000 1110 110100 100111

Color Harmonies of #984930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984930

Black with #984930

Text Example


Text Example

White with #984930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984930; }

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

 H1.HeaderClassName
 {
   color: #984930;
 }
 .AnyTagClassName
 {
   color: #984930;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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