Html Css Color HEX #954533 Tia Maria

📋 copy color: '#954533'

red 149 ◦ green 69 ◦ blue 51

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

Shades of Tia Maria #954533

Tints of Tia Maria #954533

RGB

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

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

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

R = 55.39%
G = 25.65%
B = 18.96%

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

#954533 (or 0x954533) is known color: Tia Maria. HEX triplet: 95, 45 and 33. RGB value is (149,69,51). Sum of RGB (Red+Green+Blue) = 149+69+51=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #954533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954533 is #6ABACC. Grayscale: #5B5B5B. Windows color (decimal): -6994637 or 3360149. OLE color: 3360149.

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

Color convert

RGB 149 69 51 -
CMYK 0 0.54 0.66 0.42
HSL 11.02º 0.49% 0.39% -
HSV(B) 11.02º 0.66% 0.58% -
XYZ 15.12 10.88 4.44 -
YUV 90.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 149 69 51 0 0.54 0.66 0.42 11.02 0.49 0.39
Hex 95 45 33 0 36 42 2A B 31 27
Octal 225 105 63 0 66 102 52 13 61 47
Binary 10010101 1000101 110011 0 110110 1000010 101010 1011 110001 100111

Color Harmonies of #954533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954533

Black with #954533

Text Example


Text Example

White with #954533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954533; }

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

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

background-color css

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

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

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

border-color css

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

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

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