Html Css Color HEX #9F3828 Rock Spray

📋 copy color: '#9F3828'

red 159 ◦ green 56 ◦ blue 40

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

Shades of Rock Spray #9F3828

Tints of Rock Spray #9F3828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

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

R = 62.35%
G = 21.96%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F3828 (or 0x9F3828) is known color: Rock Spray. HEX triplet: 9F, 38 and 28. RGB value is (159,56,40). Sum of RGB (Red+Green+Blue) = 159+56+40=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3828 is #60C7D7. Grayscale: #555555. Windows color (decimal): -6342616 or 2635935. OLE color: 2635935.

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

Color convert

RGB 159 56 40 -
CMYK 0 0.65 0.75 0.38
HSL 8.07º 0.6% 0.39% -
HSV(B) 8.07º 0.75% 0.62% -
XYZ 16.1 10.35 3.16 -
YUV 84.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 159 56 40 0 0.65 0.75 0.38 8.07 0.6 0.39
Hex 9F 38 28 0 41 4B 26 8 3C 27
Octal 237 70 50 0 101 113 46 10 74 47
Binary 10011111 111000 101000 0 1000001 1001011 100110 1000 111100 100111

Color Harmonies of #9F3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3828

Black with #9F3828

Text Example


Text Example

White with #9F3828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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