#9C442A

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

Shades of Rock Spray #9C442A

Tints of Rock Spray #9C442A

Color information

#9C442A (or 0x9C442A) is unknown color: approx Rock Spray. HEX triplet: 9C, 44 and 2A. RGB value is (156,68,42). Sum of RGB (Red+Green+Blue) = 156+68+42=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C442A is #63BBD5. Grayscale: #5B5B5B. Windows color (decimal): -6536150 or 2770076. OLE color: 2770076.

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

Color convert

RGB1566842-
CMYK00.560.730.39
HSL13.68º57.58%38.82%-
HSV(B)13.68º73.08%61.18%-
XYZ16.211.373.53-
YUV91.35100.15174.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=58.65%
G=25.56%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156684200.560.730.3913.6857.5838.82
Hex9C442A0384927e3a27
Octal2341045207011147167247
Binary100111001000100101010011100010010011001111110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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