Html Css Color HEX #9F4334 Rock Spray

📋 copy color: '#9F4334'

red 159 ◦ green 67 ◦ blue 52

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

Shades of Rock Spray #9F4334

Tints of Rock Spray #9F4334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.71%

R = 57.19%
G = 24.1%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F4334 (or 0x9F4334) is known color: Rock Spray. HEX triplet: 9F, 43 and 34. RGB value is (159,67,52). Sum of RGB (Red+Green+Blue) = 159+67+52=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4334 is #60BCCB. Grayscale: #5C5C5C. Windows color (decimal): -6339788 or 3425183. OLE color: 3425183.

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

Color convert

RGB 159 67 52 -
CMYK 0 0.58 0.67 0.38
HSL 8.41º 0.51% 0.41% -
HSV(B) 8.41º 0.67% 0.62% -
XYZ 16.93 11.63 4.6 -
YUV 92.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 159 67 52 0 0.58 0.67 0.38 8.41 0.51 0.41
Hex 9F 43 34 0 3A 43 26 8 33 29
Octal 237 103 64 0 72 103 46 10 63 51
Binary 10011111 1000011 110100 0 111010 1000011 100110 1000 110011 101001

Color Harmonies of #9F4334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4334

Black with #9F4334

Text Example


Text Example

White with #9F4334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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