Html Css Color HEX #9E2925 Brown

📋 copy color: '#9E2925'

red 158 ◦ green 41 ◦ blue 37

#9E2925
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #9E2925

Tints of Brown #9E2925

RGB

 RED value IS 158 (62.11% from 255) = 66.95%

 GREEN value IS 41 (16.41% from 255) = 17.37%

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 66.95%
G = 17.37%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9E2925 (or 0x9E2925) is known color: Brown. HEX triplet: 9E, 29 and 25. RGB value is (158,41,37). Sum of RGB (Red+Green+Blue) = 158+41+37=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2925 is #61D6DA. Grayscale: #4B4B4B. Windows color (decimal): -6411995 or 2435486. OLE color: 2435486.

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

Color convert

RGB 158 41 37 -
CMYK 0 0.74 0.77 0.38
HSL 1.98º 0.62% 0.38% -
HSV(B) 1.98º 0.77% 0.62% -
XYZ 15.23 8.99 2.68 -
YUV 75.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 158 41 37 0 0.74 0.77 0.38 1.98 0.62 0.38
Hex 9E 29 25 0 4A 4D 26 2 3E 26
Octal 236 51 45 0 112 115 46 2 76 46
Binary 10011110 101001 100101 0 1001010 1001101 100110 10 111110 100110

Color Harmonies of #9E2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2925

Black with #9E2925

Text Example


Text Example

White with #9E2925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,41,37); }

 H1.HeaderClassName
 {
   color: #9E2925;
 }
 .AnyTagClassName
 {
   color: #9E2925;
 }
</style>

background-color css

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

 a { background-color: rgb(158,41,37); }

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

border-color css

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

 span { border-color: rgb(158,41,37); }

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