Html Css Color HEX #954530 Tia Maria

📋 copy color: '#954530'

red 149 ◦ green 69 ◦ blue 48

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

Shades of Tia Maria #954530

Tints of Tia Maria #954530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 56.02%
G = 25.94%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#954530 (or 0x954530) is known color: Tia Maria. HEX triplet: 95, 45 and 30. RGB value is (149,69,48). Sum of RGB (Red+Green+Blue) = 149+69+48=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #954530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954530 is #6ABACF. Grayscale: #5A5A5A. Windows color (decimal): -6994640 or 3163541. OLE color: 3163541.

HSL color Cylindrical-coordinate representation of color #954530: hue angle of 12.48º 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 #954530 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 69 48 -
CMYK 0 0.54 0.68 0.42
HSL 12.48º 0.51% 0.39% -
HSV(B) 12.48º 0.68% 0.58% -
XYZ 15.06 10.86 4.1 -
YUV 90.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 149 69 48 0 0.54 0.68 0.42 12.48 0.51 0.39
Hex 95 45 30 0 36 44 2A C 33 27
Octal 225 105 60 0 66 104 52 14 63 47
Binary 10010101 1000101 110000 0 110110 1000100 101010 1100 110011 100111

Color Harmonies of #954530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954530

Black with #954530

Text Example


Text Example

White with #954530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954530; }

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

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

background-color css

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

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

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

border-color css

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

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

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