#9B432C

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

Shades of Rock Spray #9B432C

Tints of Rock Spray #9B432C

Color information

#9B432C (or 0x9B432C) is unknown color: approx Rock Spray. HEX triplet: 9B, 43 and 2C. RGB value is (155,67,44). Sum of RGB (Red+Green+Blue) = 155+67+44=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B432C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B432C is #64BCD3. Grayscale: #5A5A5A. Windows color (decimal): -6601940 or 2900891. OLE color: 2900891.

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

Color convert

RGB1556744-
CMYK00.570.720.39
HSL12.43º55.78%39.02%-
HSV(B)12.43º71.61%60.78%-
XYZ15.9811.163.7-
YUV90.69101.65173.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.27%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=58.27%
G=25.19%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155674400.570.720.3912.4355.7839.02
Hex9B432C0394827c3827
Octal2331035407111047147047
Binary100110111000011101100011100110010001001111100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,67,44); }

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

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

 a { background-color: rgb(155,67,44); }

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

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

 span { border-color: rgb(155,67,44); }

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