Html Css Color HEX #954730 Tia Maria

📋 copy color: '#954730'

red 149 ◦ green 71 ◦ blue 48

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

Shades of Tia Maria #954730

Tints of Tia Maria #954730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

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

R = 55.6%
G = 26.49%
B = 17.91%

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

#954730 (or 0x954730) is known color: Tia Maria. HEX triplet: 95, 47 and 30. RGB value is (149,71,48). Sum of RGB (Red+Green+Blue) = 149+71+48=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #954730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954730 is #6AB8CF. Grayscale: #5B5B5B. Windows color (decimal): -6994128 or 3164053. OLE color: 3164053.

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

Color convert

RGB 149 71 48 -
CMYK 0 0.52 0.68 0.42
HSL 13.66º 0.51% 0.39% -
HSV(B) 13.66º 0.68% 0.58% -
XYZ 15.18 11.11 4.14 -
YUV 91.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 149 71 48 0 0.52 0.68 0.42 13.66 0.51 0.39
Hex 95 47 30 0 34 44 2A E 33 27
Octal 225 107 60 0 64 104 52 16 63 47
Binary 10010101 1000111 110000 0 110100 1000100 101010 1110 110011 100111

Color Harmonies of #954730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954730

Black with #954730

Text Example


Text Example

White with #954730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954730; }

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

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

background-color css

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

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

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

border-color css

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

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

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