#9B4A2E

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

Shades of Rock Spray #9B4A2E

Tints of Rock Spray #9B4A2E

Color information

#9B4A2E (or 0x9B4A2E) is unknown color: approx Rock Spray. HEX triplet: 9B, 4A and 2E. RGB value is (155,74,46). Sum of RGB (Red+Green+Blue) = 155+74+46=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4A2E is #64B5D1. Grayscale: #5F5F5F. Windows color (decimal): -6600146 or 3033755. OLE color: 3033755.

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

Color convert

RGB1557446-
CMYK00.520.700.39
HSL15.41º54.23%39.41%-
HSV(B)15.41º70.32%60.78%-
XYZ16.4612.064.05-
YUV95.03100.34170.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.36%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=56.36%
G=26.91%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155744600.520.700.3915.4154.2339.41
Hex9B4A2E0344627f3627
Octal2331125606410647176647
Binary100110111001010101110011010010001101001111111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,74,46); }

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

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

 a { background-color: rgb(155,74,46); }

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

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

 span { border-color: rgb(155,74,46); }

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