Html Css Color HEX #954830 Tia Maria

📋 copy color: '#954830'

red 149 ◦ green 72 ◦ blue 48

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

Shades of Tia Maria #954830

Tints of Tia Maria #954830

RGB

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

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

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

R = 55.39%
G = 26.77%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#954830 (or 0x954830) is known color: Tia Maria. HEX triplet: 95, 48 and 30. RGB value is (149,72,48). Sum of RGB (Red+Green+Blue) = 149+72+48=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #954830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954830 is #6AB7CF. Grayscale: #5C5C5C. Windows color (decimal): -6993872 or 3164309. OLE color: 3164309.

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

Color convert

RGB 149 72 48 -
CMYK 0 0.52 0.68 0.42
HSL 14.26º 0.51% 0.39% -
HSV(B) 14.26º 0.68% 0.58% -
XYZ 15.25 11.24 4.16 -
YUV 92.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 149 72 48 0 0.52 0.68 0.42 14.26 0.51 0.39
Hex 95 48 30 0 34 44 2A E 33 27
Octal 225 110 60 0 64 104 52 16 63 47
Binary 10010101 1001000 110000 0 110100 1000100 101010 1110 110011 100111

Color Harmonies of #954830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954830

Black with #954830

Text Example


Text Example

White with #954830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954830; }

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

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

background-color css

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

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

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

border-color css

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

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

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