Html Css Color HEX #9D431F Rock Spray

📋 copy color: '#9D431F'

red 157 ◦ green 67 ◦ blue 31

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

Shades of Rock Spray #9D431F

Tints of Rock Spray #9D431F

RGB

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

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

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

R = 61.57%
G = 26.27%
B = 12.16%

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

#9D431F (or 0x9D431F) is known color: Rock Spray. HEX triplet: 9D, 43 and 1F. RGB value is (157,67,31). Sum of RGB (Red+Green+Blue) = 157+67+31=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D431F is #62BCE0. Grayscale: #5A5A5A. Windows color (decimal): -6470881 or 2048925. OLE color: 2048925.

HSL color Cylindrical-coordinate representation of color #9D431F: hue angle of 17.14º 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 #9D431F is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 67 31 -
CMYK 0 0.57 0.80 0.38
HSL 17.14º 0.67% 0.37% -
HSV(B) 17.14º 0.8% 0.62% -
XYZ 16.16 11.28 2.62 -
YUV 89.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 157 67 31 0 0.57 0.80 0.38 17.14 0.67 0.37
Hex 9D 43 1F 0 39 50 26 11 43 25
Octal 235 103 37 0 71 120 46 21 103 45
Binary 10011101 1000011 11111 0 111001 1010000 100110 10001 1000011 100101

Color Harmonies of #9D431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D431F

Black with #9D431F

Text Example


Text Example

White with #9D431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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