Html Css Color HEX #9E512A Sienna

📋 copy color: '#9E512A'

red 158 ◦ green 81 ◦ blue 42

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

Shades of Sienna #9E512A

Tints of Sienna #9E512A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 56.23%
G = 28.83%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9E512A (or 0x9E512A) is known color: Sienna. HEX triplet: 9E, 51 and 2A. RGB value is (158,81,42). Sum of RGB (Red+Green+Blue) = 158+81+42=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E512A is #61AED5. Grayscale: #636363. Windows color (decimal): -6401750 or 2773406. OLE color: 2773406.

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

Color convert

RGB 158 81 42 -
CMYK 0 0.49 0.73 0.38
HSL 20.17º 0.58% 0.39% -
HSV(B) 20.17º 0.73% 0.62% -
XYZ 17.46 13.32 3.84 -
YUV 99.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 158 81 42 0 0.49 0.73 0.38 20.17 0.58 0.39
Hex 9E 51 2A 0 31 49 26 14 3A 27
Octal 236 121 52 0 61 111 46 24 72 47
Binary 10011110 1010001 101010 0 110001 1001001 100110 10100 111010 100111

Color Harmonies of #9E512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E512A

Black with #9E512A

Text Example


Text Example

White with #9E512A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,81,42); }

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

background-color css

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

 a { background-color: rgb(158,81,42); }

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

border-color css

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

 span { border-color: rgb(158,81,42); }

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