Html Css Color HEX #9E4328 Rock Spray

📋 copy color: '#9E4328'

red 158 ◦ green 67 ◦ blue 40

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

Shades of Rock Spray #9E4328

Tints of Rock Spray #9E4328

RGB

 RED value IS 158 (62.11% from 255) = 59.62%

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

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

R = 59.62%
G = 25.28%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9E4328 (or 0x9E4328) is known color: Rock Spray. HEX triplet: 9E, 43 and 28. RGB value is (158,67,40). Sum of RGB (Red+Green+Blue) = 158+67+40=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4328 is #61BCD7. Grayscale: #5B5B5B. Windows color (decimal): -6405336 or 2638750. OLE color: 2638750.

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

Color convert

RGB 158 67 40 -
CMYK 0 0.58 0.75 0.38
HSL 13.73º 0.6% 0.39% -
HSV(B) 13.73º 0.75% 0.62% -
XYZ 16.49 11.44 3.35 -
YUV 91.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 158 67 40 0 0.58 0.75 0.38 13.73 0.6 0.39
Hex 9E 43 28 0 3A 4B 26 E 3C 27
Octal 236 103 50 0 72 113 46 16 74 47
Binary 10011110 1000011 101000 0 111010 1001011 100110 1110 111100 100111

Color Harmonies of #9E4328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4328

Black with #9E4328

Text Example


Text Example

White with #9E4328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,67,40); }

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

background-color css

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

 a { background-color: rgb(158,67,40); }

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

border-color css

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

 span { border-color: rgb(158,67,40); }

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