#9B2E25

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

Shades of Brown #9B2E25

Tints of Brown #9B2E25

Color information

#9B2E25 (or 0x9B2E25) is unknown color: approx Brown. HEX triplet: 9B, 2E and 25. RGB value is (155,46,37). Sum of RGB (Red+Green+Blue) = 155+46+37=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E25 is #64D1DA. Grayscale: #4D4D4D. Windows color (decimal): -6607323 or 2436763. OLE color: 2436763.

HSL color Cylindrical-coordinate representation of color #9B2E25: hue angle of 4.58º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2E25 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB1554637-
CMYK00.700.760.39
HSL4.58º61.46%37.65%-
HSV(B)4.58º76.13%60.78%-
XYZ14.839.062.72-
YUV77.56105.11183.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.13%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 37 (14.84% from 255) = 15.55%
R=65.13%
G=19.33%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155463700.700.760.394.5861.4637.65
Hex9B2E250464C2753d26
Octal233564501061144757546
Binary10011011101110100101010001101001100100111101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,46,37); }

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

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

 a { background-color: rgb(155,46,37); }

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

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

 span { border-color: rgb(155,46,37); }

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