Html Css Color HEX #9A4020 Tia Maria

📋 copy color: '#9A4020'

red 154 ◦ green 64 ◦ blue 32

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

Shades of Tia Maria #9A4020

Tints of Tia Maria #9A4020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 61.6%
G = 25.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#9A4020 (or 0x9A4020) is known color: Tia Maria. HEX triplet: 9A, 40 and 20. RGB value is (154,64,32). Sum of RGB (Red+Green+Blue) = 154+64+32=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4020 is #65BFDF. Grayscale: #575757. Windows color (decimal): -6668256 or 2113690. OLE color: 2113690.

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

Color convert

RGB 154 64 32 -
CMYK 0 0.58 0.79 0.40
HSL 15.74º 0.66% 0.36% -
HSV(B) 15.74º 0.79% 0.6% -
XYZ 15.42 10.64 2.61 -
YUV 87.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 154 64 32 0 0.58 0.79 0.40 15.74 0.66 0.36
Hex 9A 40 20 0 3A 4F 28 10 42 24
Octal 232 100 40 0 72 117 50 20 102 44
Binary 10011010 1000000 100000 0 111010 1001111 101000 10000 1000010 100100

Color Harmonies of #9A4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4020

Black with #9A4020

Text Example


Text Example

White with #9A4020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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