Html Css Color HEX #9C4223 Rock Spray

📋 copy color: '#9C4223'

red 156 ◦ green 66 ◦ blue 35

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

Shades of Rock Spray #9C4223

Tints of Rock Spray #9C4223

RGB

 RED value IS 156 (61.33% from 255) = 60.7%

 GREEN value IS 66 (26.17% from 255) = 25.68%

 BLUE value IS 35 (14.06% from 255) = 13.62%

R = 60.7%
G = 25.68%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C4223 (or 0x9C4223) is known color: Rock Spray. HEX triplet: 9C, 42 and 23. RGB value is (156,66,35). Sum of RGB (Red+Green+Blue) = 156+66+35=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4223 is #63BDDC. Grayscale: #595959. Windows color (decimal): -6536669 or 2310812. OLE color: 2310812.

HSL color Cylindrical-coordinate representation of color #9C4223: hue angle of 15.37º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C4223 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 66 35 -
CMYK 0 0.58 0.78 0.39
HSL 15.37º 0.63% 0.37% -
HSV(B) 15.37º 0.78% 0.61% -
XYZ 15.96 11.09 2.89 -
YUV 89.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 156 66 35 0 0.58 0.78 0.39 15.37 0.63 0.37
Hex 9C 42 23 0 3A 4E 27 F 3F 25
Octal 234 102 43 0 72 116 47 17 77 45
Binary 10011100 1000010 100011 0 111010 1001110 100111 1111 111111 100101

Color Harmonies of #9C4223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4223

Black with #9C4223

Text Example


Text Example

White with #9C4223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,66,35); }

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

background-color css

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

 a { background-color: rgb(156,66,35); }

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

border-color css

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

 span { border-color: rgb(156,66,35); }

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