Html Css Color HEX #9E4501 Saddle Brown

📋 copy color: '#9E4501'

red 158 ◦ green 69 ◦ blue 1

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

Shades of Saddle Brown #9E4501

Tints of Saddle Brown #9E4501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.26%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 69.3%
G = 30.26%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E4501 (or 0x9E4501) is known color: Saddle Brown. HEX triplet: 9E, 45 and 01. RGB value is (158,69,1). Sum of RGB (Red+Green+Blue) = 158+69+1=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4501 is #61BAFE. Grayscale: #585858. Windows color (decimal): -6404863 or 83358. OLE color: 83358.

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

Color convert

RGB 158 69 1 -
CMYK 0 0.56 0.99 0.38
HSL 25.99º 0.99% 0.31% -
HSV(B) 25.99º 0.99% 0.62% -
XYZ 16.23 11.53 1.4 -
YUV 87.86 78.99 178.03 -
System Red Green Blue C M Y K H S L
Decimal 158 69 1 0 0.56 0.99 0.38 25.99 0.99 0.31
Hex 9E 45 1 0 38 63 26 1A 63 1F
Octal 236 105 1 0 70 143 46 32 143 37
Binary 10011110 1000101 1 0 111000 1100011 100110 11010 1100011 11111

Color Harmonies of #9E4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4501

Black with #9E4501

Text Example


Text Example

White with #9E4501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,69,1); }

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

background-color css

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

 a { background-color: rgb(158,69,1); }

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

border-color css

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

 span { border-color: rgb(158,69,1); }

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