Html Css Color HEX #9A422E Tia Maria

📋 copy color: '#9A422E'

red 154 ◦ green 66 ◦ blue 46

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

Shades of Tia Maria #9A422E

Tints of Tia Maria #9A422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 57.89%
G = 24.81%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#9A422E (or 0x9A422E) is known color: Tia Maria. HEX triplet: 9A, 42 and 2E. RGB value is (154,66,46). Sum of RGB (Red+Green+Blue) = 154+66+46=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A422E is #65BDD1. Grayscale: #5A5A5A. Windows color (decimal): -6667730 or 3031706. OLE color: 3031706.

HSL color Cylindrical-coordinate representation of color #9A422E: hue angle of 11.11º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A422E is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 66 46 -
CMYK 0 0.57 0.70 0.40
HSL 11.11º 0.54% 0.39% -
HSV(B) 11.11º 0.7% 0.6% -
XYZ 15.77 10.96 3.87 -
YUV 90.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 154 66 46 0 0.57 0.70 0.40 11.11 0.54 0.39
Hex 9A 42 2E 0 39 46 28 B 36 27
Octal 232 102 56 0 71 106 50 13 66 47
Binary 10011010 1000010 101110 0 111001 1000110 101000 1011 110110 100111

Color Harmonies of #9A422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A422E

Black with #9A422E

Text Example


Text Example

White with #9A422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,66,46); }

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

background-color css

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

 a { background-color: rgb(154,66,46); }

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

border-color css

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

 span { border-color: rgb(154,66,46); }

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