Html Css Color HEX #9F431E Rock Spray

📋 copy color: '#9F431E'

red 159 ◦ green 67 ◦ blue 30

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

Shades of Rock Spray #9F431E

Tints of Rock Spray #9F431E

RGB

 RED value IS 159 (62.5% from 255) = 62.11%

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 62.11%
G = 26.17%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F431E (or 0x9F431E) is known color: Rock Spray. HEX triplet: 9F, 43 and 1E. RGB value is (159,67,30). Sum of RGB (Red+Green+Blue) = 159+67+30=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F431E is #60BCE1. Grayscale: #5A5A5A. Windows color (decimal): -6339810 or 1983391. OLE color: 1983391.

HSL color Cylindrical-coordinate representation of color #9F431E: hue angle of 17.21º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F431E is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 67 30 -
CMYK 0 0.58 0.81 0.38
HSL 17.21º 0.68% 0.37% -
HSV(B) 17.21º 0.81% 0.62% -
XYZ 16.54 11.48 2.57 -
YUV 90.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 159 67 30 0 0.58 0.81 0.38 17.21 0.68 0.37
Hex 9F 43 1E 0 3A 51 26 11 44 25
Octal 237 103 36 0 72 121 46 21 104 45
Binary 10011111 1000011 11110 0 111010 1010001 100110 10001 1000100 100101

Color Harmonies of #9F431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F431E

Black with #9F431E

Text Example


Text Example

White with #9F431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,67,30); }

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

background-color css

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

 a { background-color: rgb(159,67,30); }

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

border-color css

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

 span { border-color: rgb(159,67,30); }

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