Html Css Color HEX #9E3028 Brown

📋 copy color: '#9E3028'

red 158 ◦ green 48 ◦ blue 40

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

Shades of Brown #9E3028

Tints of Brown #9E3028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

 BLUE value IS 40 (16.02% from 255) = 16.26%

R = 64.23%
G = 19.51%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9E3028 (or 0x9E3028) is known color: Brown. HEX triplet: 9E, 30 and 28. RGB value is (158,48,40). Sum of RGB (Red+Green+Blue) = 158+48+40=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3028 is #61CFD7. Grayscale: #505050. Windows color (decimal): -6410200 or 2633886. OLE color: 2633886.

HSL color Cylindrical-coordinate representation of color #9E3028: hue angle of 4.07º degrees, saturation: 0.6, 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 #9E3028 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 48 40 -
CMYK 0 0.70 0.75 0.38
HSL 4.07º 0.6% 0.39% -
HSV(B) 4.07º 0.75% 0.62% -
XYZ 15.54 9.54 3.03 -
YUV 79.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 158 48 40 0 0.70 0.75 0.38 4.07 0.6 0.39
Hex 9E 30 28 0 46 4B 26 4 3C 27
Octal 236 60 50 0 106 113 46 4 74 47
Binary 10011110 110000 101000 0 1000110 1001011 100110 100 111100 100111

Color Harmonies of #9E3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3028

Black with #9E3028

Text Example


Text Example

White with #9E3028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,48,40); }

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

background-color css

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

 a { background-color: rgb(158,48,40); }

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

border-color css

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

 span { border-color: rgb(158,48,40); }

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