Html Css Color HEX #9E480C Saddle Brown

📋 copy color: '#9E480C'

red 158 ◦ green 72 ◦ blue 12

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

Shades of Saddle Brown #9E480C

Tints of Saddle Brown #9E480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 65.29%
G = 29.75%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E480C (or 0x9E480C) is known color: Saddle Brown. HEX triplet: 9E, 48 and 0C. RGB value is (158,72,12). Sum of RGB (Red+Green+Blue) = 158+72+12=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E480C is #61B7F3. Grayscale: #5B5B5B. Windows color (decimal): -6404084 or 805022. OLE color: 805022.

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

Color convert

RGB 158 72 12 -
CMYK 0 0.54 0.92 0.38
HSL 24.66º 0.86% 0.33% -
HSV(B) 24.66º 0.92% 0.62% -
XYZ 16.48 11.93 1.78 -
YUV 90.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 158 72 12 0 0.54 0.92 0.38 24.66 0.86 0.33
Hex 9E 48 C 0 36 5C 26 19 56 21
Octal 236 110 14 0 66 134 46 31 126 41
Binary 10011110 1001000 1100 0 110110 1011100 100110 11001 1010110 100001

Color Harmonies of #9E480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E480C

Black with #9E480C

Text Example


Text Example

White with #9E480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,72,12); }

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

background-color css

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

 a { background-color: rgb(158,72,12); }

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

border-color css

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

 span { border-color: rgb(158,72,12); }

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