Html Css Color HEX #954425 Tia Maria

📋 copy color: '#954425'

red 149 ◦ green 68 ◦ blue 37

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

Shades of Tia Maria #954425

Tints of Tia Maria #954425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 58.66%
G = 26.77%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#954425 (or 0x954425) is known color: Tia Maria. HEX triplet: 95, 44 and 25. RGB value is (149,68,37). Sum of RGB (Red+Green+Blue) = 149+68+37=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #954425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954425 is #6ABBDA. Grayscale: #585858. Windows color (decimal): -6994907 or 2442389. OLE color: 2442389.

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

Color convert

RGB 149 68 37 -
CMYK 0 0.54 0.75 0.42
HSL 16.61º 0.6% 0.36% -
HSV(B) 16.61º 0.75% 0.58% -
XYZ 14.8 10.66 3.03 -
YUV 88.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 149 68 37 0 0.54 0.75 0.42 16.61 0.6 0.36
Hex 95 44 25 0 36 4B 2A 11 3C 24
Octal 225 104 45 0 66 113 52 21 74 44
Binary 10010101 1000100 100101 0 110110 1001011 101010 10001 111100 100100

Color Harmonies of #954425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954425

Black with #954425

Text Example


Text Example

White with #954425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954425; }

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

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

background-color css

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

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

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

border-color css

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

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

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