Html Css Color HEX #954328 Tia Maria

📋 copy color: '#954328'

red 149 ◦ green 67 ◦ blue 40

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

Shades of Tia Maria #954328

Tints of Tia Maria #954328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 58.2%
G = 26.17%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#954328 (or 0x954328) is known color: Tia Maria. HEX triplet: 95, 43 and 28. RGB value is (149,67,40). Sum of RGB (Red+Green+Blue) = 149+67+40=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #954328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954328 is #6ABCD7. Grayscale: #585858. Windows color (decimal): -6995160 or 2638741. OLE color: 2638741.

HSL color Cylindrical-coordinate representation of color #954328: hue angle of 14.86º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #954328 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 40 -
CMYK 0 0.55 0.73 0.42
HSL 14.86º 0.58% 0.37% -
HSV(B) 14.86º 0.73% 0.58% -
XYZ 14.78 10.56 3.27 -
YUV 88.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 149 67 40 0 0.55 0.73 0.42 14.86 0.58 0.37
Hex 95 43 28 0 37 49 2A F 3A 25
Octal 225 103 50 0 67 111 52 17 72 45
Binary 10010101 1000011 101000 0 110111 1001001 101010 1111 111010 100101

Color Harmonies of #954328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954328

Black with #954328

Text Example


Text Example

White with #954328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954328; }

 p { color: rgb(149,67,40); }

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

background-color css

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

 a { background-color: rgb(149,67,40); }

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

border-color css

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

 span { border-color: rgb(149,67,40); }

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