Html Css Color HEX #9D4331 Rock Spray

📋 copy color: '#9D4331'

red 157 ◦ green 67 ◦ blue 49

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

Shades of Rock Spray #9D4331

Tints of Rock Spray #9D4331

RGB

 RED value IS 157 (61.72% from 255) = 57.51%

 GREEN value IS 67 (26.56% from 255) = 24.54%

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 57.51%
G = 24.54%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9D4331 (or 0x9D4331) is known color: Rock Spray. HEX triplet: 9D, 43 and 31. RGB value is (157,67,49). Sum of RGB (Red+Green+Blue) = 157+67+49=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4331 is #62BCCE. Grayscale: #5C5C5C. Windows color (decimal): -6470863 or 3228573. OLE color: 3228573.

HSL color Cylindrical-coordinate representation of color #9D4331: hue angle of 10º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D4331 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 67 49 -
CMYK 0 0.57 0.69 0.38
HSL 10º 0.52% 0.4% -
HSV(B) 10º 0.69% 0.62% -
XYZ 16.47 11.4 4.24 -
YUV 91.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 157 67 49 0 0.57 0.69 0.38 10 0.52 0.4
Hex 9D 43 31 0 39 45 26 A 34 28
Octal 235 103 61 0 71 105 46 12 64 50
Binary 10011101 1000011 110001 0 111001 1000101 100110 1010 110100 101000

Color Harmonies of #9D4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4331

Black with #9D4331

Text Example


Text Example

White with #9D4331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D4331; }

 p { color: rgb(157,67,49); }

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

background-color css

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

 a { background-color: rgb(157,67,49); }

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

border-color css

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

 span { border-color: rgb(157,67,49); }

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