Html Css Color HEX #994732 Rock Spray

📋 copy color: '#994732'

red 153 ◦ green 71 ◦ blue 50

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

Shades of Rock Spray #994732

Tints of Rock Spray #994732

RGB

 RED value IS 153 (60.16% from 255) = 55.84%

 GREEN value IS 71 (28.13% from 255) = 25.91%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 55.84%
G = 25.91%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#994732 (or 0x994732) is known color: Rock Spray. HEX triplet: 99, 47 and 32. RGB value is (153,71,50). Sum of RGB (Red+Green+Blue) = 153+71+50=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994732 is #66B8CD. Grayscale: #5D5D5D. Windows color (decimal): -6731982 or 3295129. OLE color: 3295129.

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

Color convert

RGB 153 71 50 -
CMYK 0 0.54 0.67 0.4
HSL 12.23º 0.51% 0.4% -
HSV(B) 12.23º 0.67% 0.6% -
XYZ 15.97 11.51 4.4 -
YUV 93.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 153 71 50 0 0.54 0.67 0.4 12.23 0.51 0.4
Hex 99 47 32 0 36 43 28 C 33 28
Octal 231 107 62 0 66 103 50 14 63 50
Binary 10011001 1000111 110010 0 110110 1000011 101000 1100 110011 101000

Color Harmonies of #994732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994732

Black with #994732

Text Example


Text Example

White with #994732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994732; }

 p { color: rgb(153,71,50); }

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

background-color css

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

 a { background-color: rgb(153,71,50); }

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

border-color css

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

 span { border-color: rgb(153,71,50); }

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