Html Css Color HEX #954430 Tia Maria

📋 copy color: '#954430'

red 149 ◦ green 68 ◦ blue 48

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

Shades of Tia Maria #954430

Tints of Tia Maria #954430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 56.23%
G = 25.66%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#954430 (or 0x954430) is known color: Tia Maria. HEX triplet: 95, 44 and 30. RGB value is (149,68,48). Sum of RGB (Red+Green+Blue) = 149+68+48=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #954430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954430 is #6ABBCF. Grayscale: #5A5A5A. Windows color (decimal): -6994896 or 3163285. OLE color: 3163285.

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

Color convert

RGB 149 68 48 -
CMYK 0 0.54 0.68 0.42
HSL 11.88º 0.51% 0.39% -
HSV(B) 11.88º 0.68% 0.58% -
XYZ 15 10.74 4.08 -
YUV 89.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 149 68 48 0 0.54 0.68 0.42 11.88 0.51 0.39
Hex 95 44 30 0 36 44 2A C 33 27
Octal 225 104 60 0 66 104 52 14 63 47
Binary 10010101 1000100 110000 0 110110 1000100 101010 1100 110011 100111

Color Harmonies of #954430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954430

Black with #954430

Text Example


Text Example

White with #954430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954430; }

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

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

background-color css

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

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

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

border-color css

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

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

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