#9C442E

Color #9C442E Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #9C442E

Tints of Rock Spray #9C442E

Color information

#9C442E (or 0x9C442E) is unknown color: approx Rock Spray. HEX triplet: 9C, 44 and 2E. RGB value is (156,68,46). Sum of RGB (Red+Green+Blue) = 156+68+46=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C442E is #63BBD1. Grayscale: #5B5B5B. Windows color (decimal): -6536146 or 3032220. OLE color: 3032220.

HSL color Cylindrical-coordinate representation of color #9C442E: hue angle of 12º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C442E is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB1566846-
CMYK00.560.710.39
HSL12º54.46%39.61%-
HSV(B)12º70.51%61.18%-
XYZ16.2711.43.93-
YUV91.8102.15173.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.78%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 46 (18.36% from 255) = 17.04%
R=57.78%
G=25.19%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156684600.560.710.391254.4639.61
Hex9C442E0384727c3628
Octal2341045607010747146650
Binary100111001000100101110011100010001111001111100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,68,46); }

 H1.HeaderClassName
 {
   color: #9C442E;
 }
 .AnyTagClassName
 {
   color: #9C442E;
 }
</style>
background-color css

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

 a { background-color: rgb(156,68,46); }

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

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

 span { border-color: rgb(156,68,46); }

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