Html Css Color HEX #954427 Tia Maria

📋 copy color: '#954427'

red 149 ◦ green 68 ◦ blue 39

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

Shades of Tia Maria #954427

Tints of Tia Maria #954427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 58.2%
G = 26.56%
B = 15.23%

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

#954427 (or 0x954427) is known color: Tia Maria. HEX triplet: 95, 44 and 27. RGB value is (149,68,39). Sum of RGB (Red+Green+Blue) = 149+68+39=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #954427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954427 is #6ABBD8. Grayscale: #595959. Windows color (decimal): -6994905 or 2573461. OLE color: 2573461.

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

Color convert

RGB 149 68 39 -
CMYK 0 0.54 0.74 0.42
HSL 15.82º 0.59% 0.37% -
HSV(B) 15.82º 0.74% 0.58% -
XYZ 14.83 10.67 3.2 -
YUV 88.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 149 68 39 0 0.54 0.74 0.42 15.82 0.59 0.37
Hex 95 44 27 0 36 4A 2A 10 3B 25
Octal 225 104 47 0 66 112 52 20 73 45
Binary 10010101 1000100 100111 0 110110 1001010 101010 10000 111011 100101

Color Harmonies of #954427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954427

Black with #954427

Text Example


Text Example

White with #954427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954427; }

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

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

background-color css

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

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

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

border-color css

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

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

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