#9A2A26

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

Shades of Brown #9A2A26

Tints of Brown #9A2A26

Color information

#9A2A26 (or 0x9A2A26) is unknown color: approx Brown. HEX triplet: 9A, 2A and 26. RGB value is (154,42,38). Sum of RGB (Red+Green+Blue) = 154+42+38=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2A26 is #65D5D9. Grayscale: #4B4B4B. Windows color (decimal): -6673882 or 2501274. OLE color: 2501274.

HSL color Cylindrical-coordinate representation of color #9A2A26: hue angle of 2.07º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2A26 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB1544238-
CMYK00.730.750.40
HSL2.07º60.42%37.65%-
HSV(B)2.07º75.32%60.39%-
XYZ14.58.672.74-
YUV75.03107.11184.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 65.81%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=65.81%
G=17.95%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154423800.730.750.402.0760.4237.65
Hex9A2A260494B2823c26
Octal232524601111135027446
Binary1001101010101010011001001001100101110100010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,42,38); }

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

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

 a { background-color: rgb(154,42,38); }

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

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

 span { border-color: rgb(154,42,38); }

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