Html Css Color HEX #954433 Tia Maria

📋 copy color: '#954433'

red 149 ◦ green 68 ◦ blue 51

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

Shades of Tia Maria #954433

Tints of Tia Maria #954433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 55.6%
G = 25.37%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#954433 (or 0x954433) is known color: Tia Maria. HEX triplet: 95, 44 and 33. RGB value is (149,68,51). Sum of RGB (Red+Green+Blue) = 149+68+51=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #954433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954433 is #6ABBCC. Grayscale: #5A5A5A. Windows color (decimal): -6994893 or 3359893. OLE color: 3359893.

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

Color convert

RGB 149 68 51 -
CMYK 0 0.54 0.66 0.42
HSL 10.41º 0.49% 0.39% -
HSV(B) 10.41º 0.66% 0.58% -
XYZ 15.06 10.76 4.42 -
YUV 90.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 149 68 51 0 0.54 0.66 0.42 10.41 0.49 0.39
Hex 95 44 33 0 36 42 2A A 31 27
Octal 225 104 63 0 66 102 52 12 61 47
Binary 10010101 1000100 110011 0 110110 1000010 101010 1010 110001 100111

Color Harmonies of #954433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954433

Black with #954433

Text Example


Text Example

White with #954433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954433; }

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

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

background-color css

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

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

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

border-color css

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

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

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