Html Css Color HEX #9A401E Tia Maria

📋 copy color: '#9A401E'

red 154 ◦ green 64 ◦ blue 30

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

Shades of Tia Maria #9A401E

Tints of Tia Maria #9A401E

RGB

 RED value IS 154 (60.55% from 255) = 62.1%

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 62.1%
G = 25.81%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A401E (or 0x9A401E) is known color: Tia Maria. HEX triplet: 9A, 40 and 1E. RGB value is (154,64,30). Sum of RGB (Red+Green+Blue) = 154+64+30=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A401E is #65BFE1. Grayscale: #575757. Windows color (decimal): -6668258 or 1982618. OLE color: 1982618.

HSL color Cylindrical-coordinate representation of color #9A401E: hue angle of 16.45º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A401E is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 64 30 -
CMYK 0 0.58 0.81 0.40
HSL 16.45º 0.67% 0.36% -
HSV(B) 16.45º 0.81% 0.6% -
XYZ 15.39 10.63 2.47 -
YUV 87.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 154 64 30 0 0.58 0.81 0.40 16.45 0.67 0.36
Hex 9A 40 1E 0 3A 51 28 10 43 24
Octal 232 100 36 0 72 121 50 20 103 44
Binary 10011010 1000000 11110 0 111010 1010001 101000 10000 1000011 100100

Color Harmonies of #9A401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A401E

Black with #9A401E

Text Example


Text Example

White with #9A401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,64,30); }

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

background-color css

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

 a { background-color: rgb(154,64,30); }

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

border-color css

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

 span { border-color: rgb(154,64,30); }

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