Html Css Color HEX #9A402A Tia Maria

📋 copy color: '#9A402A'

red 154 ◦ green 64 ◦ blue 42

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

Shades of Tia Maria #9A402A

Tints of Tia Maria #9A402A

RGB

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

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

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

R = 59.23%
G = 24.62%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A402A (or 0x9A402A) is known color: Tia Maria. HEX triplet: 9A, 40 and 2A. RGB value is (154,64,42). Sum of RGB (Red+Green+Blue) = 154+64+42=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A402A is #65BFD5. Grayscale: #585858. Windows color (decimal): -6668246 or 2769050. OLE color: 2769050.

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

Color convert

RGB 154 64 42 -
CMYK 0 0.58 0.73 0.40
HSL 11.79º 0.57% 0.38% -
HSV(B) 11.79º 0.73% 0.6% -
XYZ 15.58 10.7 3.44 -
YUV 88.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 154 64 42 0 0.58 0.73 0.40 11.79 0.57 0.38
Hex 9A 40 2A 0 3A 49 28 C 39 26
Octal 232 100 52 0 72 111 50 14 71 46
Binary 10011010 1000000 101010 0 111010 1001001 101000 1100 111001 100110

Color Harmonies of #9A402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A402A

Black with #9A402A

Text Example


Text Example

White with #9A402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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