Html Css Color HEX #953C2C Tia Maria

📋 copy color: '#953C2C'

red 149 ◦ green 60 ◦ blue 44

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

Shades of Tia Maria #953C2C

Tints of Tia Maria #953C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 58.89%
G = 23.72%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#953C2C (or 0x953C2C) is known color: Tia Maria. HEX triplet: 95, 3C and 2C. RGB value is (149,60,44). Sum of RGB (Red+Green+Blue) = 149+60+44=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #953C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C2C is #6AC3D3. Grayscale: #545454. Windows color (decimal): -6996948 or 2899093. OLE color: 2899093.

HSL color Cylindrical-coordinate representation of color #953C2C: hue angle of 9.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953C2C is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 44 -
CMYK 0 0.60 0.70 0.42
HSL 9.14º 0.54% 0.38% -
HSV(B) 9.14º 0.7% 0.58% -
XYZ 14.46 9.8 3.51 -
YUV 84.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 149 60 44 0 0.60 0.70 0.42 9.14 0.54 0.38
Hex 95 3C 2C 0 3C 46 2A 9 36 26
Octal 225 74 54 0 74 106 52 11 66 46
Binary 10010101 111100 101100 0 111100 1000110 101010 1001 110110 100110

Color Harmonies of #953C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C2C

Black with #953C2C

Text Example


Text Example

White with #953C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,44); }

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

background-color css

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

 a { background-color: rgb(149,60,44); }

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

border-color css

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

 span { border-color: rgb(149,60,44); }

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