#9E3423

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

Shades of Brown #9E3423

Tints of Brown #9E3423

Color information

#9E3423 (or 0x9E3423) is unknown color: approx Brown. HEX triplet: 9E, 34 and 23. RGB value is (158,52,35). Sum of RGB (Red+Green+Blue) = 158+52+35=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3423 is #61CBDC. Grayscale: #515151. Windows color (decimal): -6409181 or 2307230. OLE color: 2307230.

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

Color convert

RGB1585235-
CMYK00.670.780.38
HSL8.29º63.73%37.84%-
HSV(B)8.29º77.85%61.96%-
XYZ15.639.852.67-
YUV81.76101.62182.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.49%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=64.49%
G=21.22%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158523500.670.780.388.2963.7337.84
Hex9E34230434E2684026
Octal23664430103116461010046
Binary1001111011010010001101000011100111010011010001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,52,35); }

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

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

 a { background-color: rgb(158,52,35); }

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

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

 span { border-color: rgb(158,52,35); }

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