Html Css Color HEX #9F4428 Rock Spray

📋 copy color: '#9F4428'

red 159 ◦ green 68 ◦ blue 40

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

Shades of Rock Spray #9F4428

Tints of Rock Spray #9F4428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 59.55%
G = 25.47%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F4428 (or 0x9F4428) is known color: Rock Spray. HEX triplet: 9F, 44 and 28. RGB value is (159,68,40). Sum of RGB (Red+Green+Blue) = 159+68+40=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4428 is #60BBD7. Grayscale: #5C5C5C. Windows color (decimal): -6339544 or 2639007. OLE color: 2639007.

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

Color convert

RGB 159 68 40 -
CMYK 0 0.57 0.75 0.38
HSL 14.12º 0.6% 0.39% -
HSV(B) 14.12º 0.75% 0.62% -
XYZ 16.75 11.66 3.38 -
YUV 92.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 159 68 40 0 0.57 0.75 0.38 14.12 0.6 0.39
Hex 9F 44 28 0 39 4B 26 E 3C 27
Octal 237 104 50 0 71 113 46 16 74 47
Binary 10011111 1000100 101000 0 111001 1001011 100110 1110 111100 100111

Color Harmonies of #9F4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4428

Black with #9F4428

Text Example


Text Example

White with #9F4428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,68,40); }

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

background-color css

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

 a { background-color: rgb(159,68,40); }

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

border-color css

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

 span { border-color: rgb(159,68,40); }

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