Html Css Color HEX #9C4328 Rock Spray

📋 copy color: '#9C4328'

red 156 ◦ green 67 ◦ blue 40

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

Shades of Rock Spray #9C4328

Tints of Rock Spray #9C4328

RGB

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

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

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

R = 59.32%
G = 25.48%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C4328 (or 0x9C4328) is known color: Rock Spray. HEX triplet: 9C, 43 and 28. RGB value is (156,67,40). Sum of RGB (Red+Green+Blue) = 156+67+40=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4328 is #63BCD7. Grayscale: #5A5A5A. Windows color (decimal): -6536408 or 2638748. OLE color: 2638748.

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

Color convert

RGB 156 67 40 -
CMYK 0 0.57 0.74 0.39
HSL 13.97º 0.59% 0.38% -
HSV(B) 13.97º 0.74% 0.61% -
XYZ 16.1 11.24 3.33 -
YUV 90.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 156 67 40 0 0.57 0.74 0.39 13.97 0.59 0.38
Hex 9C 43 28 0 39 4A 27 E 3B 26
Octal 234 103 50 0 71 112 47 16 73 46
Binary 10011100 1000011 101000 0 111001 1001010 100111 1110 111011 100110

Color Harmonies of #9C4328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4328

Black with #9C4328

Text Example


Text Example

White with #9C4328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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