Html Css Color HEX #9E351E Tia Maria

📋 copy color: '#9E351E'

red 158 ◦ green 53 ◦ blue 30

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

Shades of Tia Maria #9E351E

Tints of Tia Maria #9E351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 65.56%
G = 21.99%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9E351E (or 0x9E351E) is known color: Tia Maria. HEX triplet: 9E, 35 and 1E. RGB value is (158,53,30). Sum of RGB (Red+Green+Blue) = 158+53+30=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E351E is #61CAE1. Grayscale: #515151. Windows color (decimal): -6408930 or 1979806. OLE color: 1979806.

HSL color Cylindrical-coordinate representation of color #9E351E: hue angle of 10.78º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E351E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 53 30 -
CMYK 0 0.66 0.81 0.38
HSL 10.78º 0.68% 0.37% -
HSV(B) 10.78º 0.81% 0.62% -
XYZ 15.61 9.91 2.32 -
YUV 81.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 158 53 30 0 0.66 0.81 0.38 10.78 0.68 0.37
Hex 9E 35 1E 0 42 51 26 B 44 25
Octal 236 65 36 0 102 121 46 13 104 45
Binary 10011110 110101 11110 0 1000010 1010001 100110 1011 1000100 100101

Color Harmonies of #9E351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E351E

Black with #9E351E

Text Example


Text Example

White with #9E351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,53,30); }

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

background-color css

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

 a { background-color: rgb(158,53,30); }

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

border-color css

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

 span { border-color: rgb(158,53,30); }

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