Html Css Color HEX #954029 Tia Maria

📋 copy color: '#954029'

red 149 ◦ green 64 ◦ blue 41

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

Shades of Tia Maria #954029

Tints of Tia Maria #954029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 41 (16.41% from 255) = 16.14%

R = 58.66%
G = 25.2%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#954029 (or 0x954029) is known color: Tia Maria. HEX triplet: 95, 40 and 29. RGB value is (149,64,41). Sum of RGB (Red+Green+Blue) = 149+64+41=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #954029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954029 is #6ABFD6. Grayscale: #565656. Windows color (decimal): -6995927 or 2703509. OLE color: 2703509.

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

Color convert

RGB 149 64 41 -
CMYK 0 0.57 0.72 0.42
HSL 12.78º 0.57% 0.37% -
HSV(B) 12.78º 0.72% 0.58% -
XYZ 14.63 10.22 3.3 -
YUV 86.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 149 64 41 0 0.57 0.72 0.42 12.78 0.57 0.37
Hex 95 40 29 0 39 48 2A D 39 25
Octal 225 100 51 0 71 110 52 15 71 45
Binary 10010101 1000000 101001 0 111001 1001000 101010 1101 111001 100101

Color Harmonies of #954029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954029

Black with #954029

Text Example


Text Example

White with #954029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954029; }

 p { color: rgb(149,64,41); }

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

background-color css

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

 a { background-color: rgb(149,64,41); }

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

border-color css

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

 span { border-color: rgb(149,64,41); }

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