Html Css Color HEX #9D441F Rock Spray

📋 copy color: '#9D441F'

red 157 ◦ green 68 ◦ blue 31

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

Shades of Rock Spray #9D441F

Tints of Rock Spray #9D441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 61.33%
G = 26.56%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D441F (or 0x9D441F) is known color: Rock Spray. HEX triplet: 9D, 44 and 1F. RGB value is (157,68,31). Sum of RGB (Red+Green+Blue) = 157+68+31=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D441F is #62BBE0. Grayscale: #5A5A5A. Windows color (decimal): -6470625 or 2049181. OLE color: 2049181.

HSL color Cylindrical-coordinate representation of color #9D441F: hue angle of 17.62º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D441F is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 68 31 -
CMYK 0 0.57 0.80 0.38
HSL 17.62º 0.67% 0.37% -
HSV(B) 17.62º 0.8% 0.62% -
XYZ 16.22 11.4 2.64 -
YUV 90.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 157 68 31 0 0.57 0.80 0.38 17.62 0.67 0.37
Hex 9D 44 1F 0 39 50 26 12 43 25
Octal 235 104 37 0 71 120 46 22 103 45
Binary 10011101 1000100 11111 0 111001 1010000 100110 10010 1000011 100101

Color Harmonies of #9D441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D441F

Black with #9D441F

Text Example


Text Example

White with #9D441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,68,31); }

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

background-color css

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

 a { background-color: rgb(157,68,31); }

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

border-color css

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

 span { border-color: rgb(157,68,31); }

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