Html Css Color HEX #954426 Tia Maria

📋 copy color: '#954426'

red 149 ◦ green 68 ◦ blue 38

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

Shades of Tia Maria #954426

Tints of Tia Maria #954426

RGB

 RED value IS 149 (58.59% from 255) = 58.43%

 GREEN value IS 68 (26.95% from 255) = 26.67%

 BLUE value IS 38 (15.23% from 255) = 14.9%

R = 58.43%
G = 26.67%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#954426 (or 0x954426) is known color: Tia Maria. HEX triplet: 95, 44 and 26. RGB value is (149,68,38). Sum of RGB (Red+Green+Blue) = 149+68+38=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #954426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954426 is #6ABBD9. Grayscale: #595959. Windows color (decimal): -6994906 or 2507925. OLE color: 2507925.

HSL color Cylindrical-coordinate representation of color #954426: hue angle of 16.22º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #954426 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 38 -
CMYK 0 0.54 0.74 0.42
HSL 16.22º 0.59% 0.37% -
HSV(B) 16.22º 0.74% 0.58% -
XYZ 14.81 10.66 3.11 -
YUV 88.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 149 68 38 0 0.54 0.74 0.42 16.22 0.59 0.37
Hex 95 44 26 0 36 4A 2A 10 3B 25
Octal 225 104 46 0 66 112 52 20 73 45
Binary 10010101 1000100 100110 0 110110 1001010 101010 10000 111011 100101

Color Harmonies of #954426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954426

Black with #954426

Text Example


Text Example

White with #954426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954426; }

 p { color: rgb(149,68,38); }

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

background-color css

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

 a { background-color: rgb(149,68,38); }

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

border-color css

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

 span { border-color: rgb(149,68,38); }

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