Html Css Color HEX #954832 Tia Maria

📋 copy color: '#954832'

red 149 ◦ green 72 ◦ blue 50

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

Shades of Tia Maria #954832

Tints of Tia Maria #954832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

 BLUE value IS 50 (19.92% from 255) = 18.45%

R = 54.98%
G = 26.57%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#954832 (or 0x954832) is known color: Tia Maria. HEX triplet: 95, 48 and 32. RGB value is (149,72,50). Sum of RGB (Red+Green+Blue) = 149+72+50=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954832 is #6AB7CD. Grayscale: #5C5C5C. Windows color (decimal): -6993870 or 3295381. OLE color: 3295381.

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

Color convert

RGB 149 72 50 -
CMYK 0 0.52 0.66 0.42
HSL 13.33º 0.5% 0.39% -
HSV(B) 13.33º 0.66% 0.58% -
XYZ 15.29 11.25 4.38 -
YUV 92.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 149 72 50 0 0.52 0.66 0.42 13.33 0.5 0.39
Hex 95 48 32 0 34 42 2A D 32 27
Octal 225 110 62 0 64 102 52 15 62 47
Binary 10010101 1001000 110010 0 110100 1000010 101010 1101 110010 100111

Color Harmonies of #954832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954832

Black with #954832

Text Example


Text Example

White with #954832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954832; }

 p { color: rgb(149,72,50); }

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

background-color css

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

 a { background-color: rgb(149,72,50); }

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

border-color css

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

 span { border-color: rgb(149,72,50); }

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