Html Css Color HEX #9A3F32 Tia Maria

📋 copy color: '#9A3F32'

red 154 ◦ green 63 ◦ blue 50

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

Shades of Tia Maria #9A3F32

Tints of Tia Maria #9A3F32

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 57.68%
G = 23.6%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#9A3F32 (or 0x9A3F32) is known color: Tia Maria. HEX triplet: 9A, 3F and 32. RGB value is (154,63,50). Sum of RGB (Red+Green+Blue) = 154+63+50=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3F32 is #65C0CD. Grayscale: #585858. Windows color (decimal): -6668494 or 3293082. OLE color: 3293082.

HSL color Cylindrical-coordinate representation of color #9A3F32: hue angle of 7.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3F32 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 63 50 -
CMYK 0 0.59 0.68 0.40
HSL 7.5º 0.51% 0.4% -
HSV(B) 7.5º 0.68% 0.6% -
XYZ 15.68 10.66 4.25 -
YUV 88.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 154 63 50 0 0.59 0.68 0.40 7.5 0.51 0.4
Hex 9A 3F 32 0 3B 44 28 8 33 28
Octal 232 77 62 0 73 104 50 10 63 50
Binary 10011010 111111 110010 0 111011 1000100 101000 1000 110011 101000

Color Harmonies of #9A3F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3F32

Black with #9A3F32

Text Example


Text Example

White with #9A3F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,63,50); }

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

background-color css

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

 a { background-color: rgb(154,63,50); }

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

border-color css

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

 span { border-color: rgb(154,63,50); }

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