#9D2D28

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

Shades of Brown #9D2D28

Tints of Brown #9D2D28

Color information

#9D2D28 (or 0x9D2D28) is unknown color: approx Brown. HEX triplet: 9D, 2D and 28. RGB value is (157,45,40). Sum of RGB (Red+Green+Blue) = 157+45+40=242 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.88% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2D28 is #62D2D7. Grayscale: #4E4E4E. Windows color (decimal): -6476504 or 2633117. OLE color: 2633117.

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

Color convert

RGB1574540-
CMYK00.710.750.38
HSL2.56º59.39%38.63%-
HSV(B)2.56º74.52%61.57%-
XYZ15.239.22.98-
YUV77.92106.61184.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.88%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=64.88%
G=18.60%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157454000.710.750.382.5659.3938.63
Hex9D2D280474B2633b27
Octal235555001071134637347
Binary1001110110110110100001000111100101110011011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,45,40); }

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

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

 a { background-color: rgb(157,45,40); }

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

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

 span { border-color: rgb(157,45,40); }

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