Html Css Color HEX #954933 Tia Maria

📋 copy color: '#954933'

red 149 ◦ green 73 ◦ blue 51

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

Shades of Tia Maria #954933

Tints of Tia Maria #954933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 54.58%
G = 26.74%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#954933 (or 0x954933) is known color: Tia Maria. HEX triplet: 95, 49 and 33. RGB value is (149,73,51). Sum of RGB (Red+Green+Blue) = 149+73+51=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #954933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954933 is #6AB6CC. Grayscale: #5D5D5D. Windows color (decimal): -6993613 or 3361173. OLE color: 3361173.

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

Color convert

RGB 149 73 51 -
CMYK 0 0.51 0.66 0.42
HSL 13.47º 0.49% 0.39% -
HSV(B) 13.47º 0.66% 0.58% -
XYZ 15.37 11.39 4.52 -
YUV 93.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 149 73 51 0 0.51 0.66 0.42 13.47 0.49 0.39
Hex 95 49 33 0 33 42 2A D 31 27
Octal 225 111 63 0 63 102 52 15 61 47
Binary 10010101 1001001 110011 0 110011 1000010 101010 1101 110001 100111

Color Harmonies of #954933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954933

Black with #954933

Text Example


Text Example

White with #954933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954933; }

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

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

background-color css

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

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

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

border-color css

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

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

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