Html Css Color HEX #9A4329 Rock Spray

📋 copy color: '#9A4329'

red 154 ◦ green 67 ◦ blue 41

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

Shades of Rock Spray #9A4329

Tints of Rock Spray #9A4329

RGB

 RED value IS 154 (60.55% from 255) = 58.78%

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

 BLUE value IS 41 (16.41% from 255) = 15.65%

R = 58.78%
G = 25.57%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A4329 (or 0x9A4329) is known color: Rock Spray. HEX triplet: 9A, 43 and 29. RGB value is (154,67,41). Sum of RGB (Red+Green+Blue) = 154+67+41=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4329 is #65BCD6. Grayscale: #5A5A5A. Windows color (decimal): -6667479 or 2704282. OLE color: 2704282.

HSL color Cylindrical-coordinate representation of color #9A4329: hue angle of 13.81º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A4329 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 67 41 -
CMYK 0 0.56 0.73 0.40
HSL 13.81º 0.58% 0.38% -
HSV(B) 13.81º 0.73% 0.6% -
XYZ 15.73 11.04 3.4 -
YUV 90.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 154 67 41 0 0.56 0.73 0.40 13.81 0.58 0.38
Hex 9A 43 29 0 38 49 28 E 3A 26
Octal 232 103 51 0 70 111 50 16 72 46
Binary 10011010 1000011 101001 0 111000 1001001 101000 1110 111010 100110

Color Harmonies of #9A4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4329

Black with #9A4329

Text Example


Text Example

White with #9A4329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,67,41); }

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

background-color css

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

 a { background-color: rgb(154,67,41); }

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

border-color css

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

 span { border-color: rgb(154,67,41); }

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