Html Css Color HEX #953E30 Tia Maria

📋 copy color: '#953E30'

red 149 ◦ green 62 ◦ blue 48

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

Shades of Tia Maria #953E30

Tints of Tia Maria #953E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.94%

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

R = 57.53%
G = 23.94%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#953E30 (or 0x953E30) is known color: Tia Maria. HEX triplet: 95, 3E and 30. RGB value is (149,62,48). Sum of RGB (Red+Green+Blue) = 149+62+48=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #953E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E30 is #6AC1CF. Grayscale: #565656. Windows color (decimal): -6996432 or 3161749. OLE color: 3161749.

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

Color convert

RGB 149 62 48 -
CMYK 0 0.58 0.68 0.42
HSL 8.32º 0.51% 0.39% -
HSV(B) 8.32º 0.68% 0.58% -
XYZ 14.65 10.05 3.96 -
YUV 86.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 149 62 48 0 0.58 0.68 0.42 8.32 0.51 0.39
Hex 95 3E 30 0 3A 44 2A 8 33 27
Octal 225 76 60 0 72 104 52 10 63 47
Binary 10010101 111110 110000 0 111010 1000100 101010 1000 110011 100111

Color Harmonies of #953E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E30

Black with #953E30

Text Example


Text Example

White with #953E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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