Html Css Color HEX #953C2A Tia Maria

📋 copy color: '#953C2A'

red 149 ◦ green 60 ◦ blue 42

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

Shades of Tia Maria #953C2A

Tints of Tia Maria #953C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 59.36%
G = 23.9%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953C2A (or 0x953C2A) is known color: Tia Maria. HEX triplet: 95, 3C and 2A. RGB value is (149,60,42). Sum of RGB (Red+Green+Blue) = 149+60+42=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #953C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C2A is #6AC3D5. Grayscale: #545454. Windows color (decimal): -6996950 or 2768021. OLE color: 2768021.

HSL color Cylindrical-coordinate representation of color #953C2A: hue angle of 10.09º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953C2A is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 42 -
CMYK 0 0.60 0.72 0.42
HSL 10.09º 0.56% 0.37% -
HSV(B) 10.09º 0.72% 0.58% -
XYZ 14.43 9.79 3.32 -
YUV 84.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 149 60 42 0 0.60 0.72 0.42 10.09 0.56 0.37
Hex 95 3C 2A 0 3C 48 2A A 38 25
Octal 225 74 52 0 74 110 52 12 70 45
Binary 10010101 111100 101010 0 111100 1001000 101010 1010 111000 100101

Color Harmonies of #953C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C2A

Black with #953C2A

Text Example


Text Example

White with #953C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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