Html Css Color HEX #954526 Tia Maria

📋 copy color: '#954526'

red 149 ◦ green 69 ◦ blue 38

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

Shades of Tia Maria #954526

Tints of Tia Maria #954526

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

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

R = 58.2%
G = 26.95%
B = 14.84%

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

#954526 (or 0x954526) is known color: Tia Maria. HEX triplet: 95, 45 and 26. RGB value is (149,69,38). Sum of RGB (Red+Green+Blue) = 149+69+38=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #954526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954526 is #6ABAD9. Grayscale: #595959. Windows color (decimal): -6994650 or 2508181. OLE color: 2508181.

HSL color Cylindrical-coordinate representation of color #954526: hue angle of 16.76º 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 #954526 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 69 38 -
CMYK 0 0.54 0.74 0.42
HSL 16.76º 0.59% 0.37% -
HSV(B) 16.76º 0.74% 0.58% -
XYZ 14.87 10.79 3.13 -
YUV 89.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 149 69 38 0 0.54 0.74 0.42 16.76 0.59 0.37
Hex 95 45 26 0 36 4A 2A 11 3B 25
Octal 225 105 46 0 66 112 52 21 73 45
Binary 10010101 1000101 100110 0 110110 1001010 101010 10001 111011 100101

Color Harmonies of #954526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954526

Black with #954526

Text Example


Text Example

White with #954526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954526; }

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

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

background-color css

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

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

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

border-color css

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

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

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