#9B2A1F

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

Shades of Brown #9B2A1F

Tints of Brown #9B2A1F

Color information

#9B2A1F (or 0x9B2A1F) is unknown color: approx Brown. HEX triplet: 9B, 2A and 1F. RGB value is (155,42,31). Sum of RGB (Red+Green+Blue) = 155+42+31=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A1F is #64D5E0. Grayscale: #4A4A4A. Windows color (decimal): -6608353 or 2042523. OLE color: 2042523.

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

Color convert

RGB1554231-
CMYK00.730.80.39
HSL5.32º66.67%36.47%-
HSV(B)5.32º80%60.78%-
XYZ14.598.722.21-
YUV74.53103.44185.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.98%
GREEN value IS 42 (16.80% from 255) = 18.42%
BLUE value IS 31 (12.5% from 255) = 13.60%
R=67.98%
G=18.42%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155423100.730.80.395.3266.6736.47
Hex9B2A1F049502754324
Octal2335237011112047510344
Binary10011011101010111110100100110100001001111011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,42,31); }

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

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

 a { background-color: rgb(155,42,31); }

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

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

 span { border-color: rgb(155,42,31); }

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