Html Css Color HEX #954130 Tia Maria

📋 copy color: '#954130'

red 149 ◦ green 65 ◦ blue 48

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

Shades of Tia Maria #954130

Tints of Tia Maria #954130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 56.87%
G = 24.81%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#954130 (or 0x954130) is known color: Tia Maria. HEX triplet: 95, 41 and 30. RGB value is (149,65,48). Sum of RGB (Red+Green+Blue) = 149+65+48=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #954130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954130 is #6ABECF. Grayscale: #585858. Windows color (decimal): -6995664 or 3162517. OLE color: 3162517.

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

Color convert

RGB 149 65 48 -
CMYK 0 0.56 0.68 0.42
HSL 10.1º 0.51% 0.39% -
HSV(B) 10.1º 0.68% 0.58% -
XYZ 14.82 10.38 4.02 -
YUV 88.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 149 65 48 0 0.56 0.68 0.42 10.1 0.51 0.39
Hex 95 41 30 0 38 44 2A A 33 27
Octal 225 101 60 0 70 104 52 12 63 47
Binary 10010101 1000001 110000 0 111000 1000100 101010 1010 110011 100111

Color Harmonies of #954130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954130

Black with #954130

Text Example


Text Example

White with #954130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954130; }

 p { color: rgb(149,65,48); }

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

background-color css

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

 a { background-color: rgb(149,65,48); }

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

border-color css

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

 span { border-color: rgb(149,65,48); }

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