#9D2B27

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

Shades of Brown #9D2B27

Tints of Brown #9D2B27

Color information

#9D2B27 (or 0x9D2B27) is unknown color: approx Brown. HEX triplet: 9D, 2B and 27. RGB value is (157,43,39). Sum of RGB (Red+Green+Blue) = 157+43+39=239 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.69% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2B27 is #62D4D8. Grayscale: #4C4C4C. Windows color (decimal): -6477017 or 2567069. OLE color: 2567069.

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

Color convert

RGB1574339-
CMYK00.730.750.38
HSL2.03º60.2%38.43%-
HSV(B)2.03º75.16%61.57%-
XYZ15.139.042.87-
YUV76.63106.77185.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.69%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=65.69%
G=17.99%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157433900.730.750.382.0360.238.43
Hex9D2B270494B2623c26
Octal235534701111134627446
Binary1001110110101110011101001001100101110011010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,43,39); }

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

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

 a { background-color: rgb(157,43,39); }

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

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

 span { border-color: rgb(157,43,39); }

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