Html Css Color HEX #954834 Tia Maria

📋 copy color: '#954834'

red 149 ◦ green 72 ◦ blue 52

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

Shades of Tia Maria #954834

Tints of Tia Maria #954834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 54.58%
G = 26.37%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#954834 (or 0x954834) is known color: Tia Maria. HEX triplet: 95, 48 and 34. RGB value is (149,72,52). Sum of RGB (Red+Green+Blue) = 149+72+52=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #954834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954834 is #6AB7CB. Grayscale: #5C5C5C. Windows color (decimal): -6993868 or 3426453. OLE color: 3426453.

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

Color convert

RGB 149 72 52 -
CMYK 0 0.52 0.65 0.42
HSL 12.37º 0.48% 0.39% -
HSV(B) 12.37º 0.65% 0.58% -
XYZ 15.33 11.27 4.62 -
YUV 92.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 149 72 52 0 0.52 0.65 0.42 12.37 0.48 0.39
Hex 95 48 34 0 34 41 2A C 30 27
Octal 225 110 64 0 64 101 52 14 60 47
Binary 10010101 1001000 110100 0 110100 1000001 101010 1100 110000 100111

Color Harmonies of #954834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954834

Black with #954834

Text Example


Text Example

White with #954834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954834; }

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

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

background-color css

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

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

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

border-color css

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

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

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