Html Css Color HEX #9E4100 Saddle Brown

📋 copy color: '#9E4100'

red 158 ◦ green 65 ◦ blue 0

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

Shades of Saddle Brown #9E4100

Tints of Saddle Brown #9E4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.85%
G = 29.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9E4100 (or 0x9E4100) is known color: Saddle Brown. HEX triplet: 9E, 41 and 00. RGB value is (158,65,0). Sum of RGB (Red+Green+Blue) = 158+65+0=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4100 is #61BEFF. Grayscale: #555555. Windows color (decimal): -6405888 or 16798. OLE color: 16798.

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

Color convert

RGB 158 65 0 -
CMYK 0 0.59 1 0.38
HSL 24.68º 1% 0.31% -
HSV(B) 24.68º 1% 0.62% -
XYZ 15.99 11.05 1.29 -
YUV 85.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 158 65 0 0 0.59 1 0.38 24.68 1 0.31
Hex 9E 41 0 0 3B 64 26 19 64 1F
Octal 236 101 0 0 73 144 46 31 144 37
Binary 10011110 1000001 0 0 111011 1100100 100110 11001 1100100 11111

Color Harmonies of #9E4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4100

Black with #9E4100

Text Example


Text Example

White with #9E4100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,65,0); }

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

background-color css

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

 a { background-color: rgb(158,65,0); }

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

border-color css

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

 span { border-color: rgb(158,65,0); }

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