Html Css Color HEX #953D2A Tia Maria

📋 copy color: '#953D2A'

red 149 ◦ green 61 ◦ blue 42

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

Shades of Tia Maria #953D2A

Tints of Tia Maria #953D2A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

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

R = 59.13%
G = 24.21%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953D2A (or 0x953D2A) is known color: Tia Maria. HEX triplet: 95, 3D and 2A. RGB value is (149,61,42). Sum of RGB (Red+Green+Blue) = 149+61+42=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D2A is #6AC2D5. Grayscale: #555555. Windows color (decimal): -6996694 or 2768277. OLE color: 2768277.

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

Color convert

RGB 149 61 42 -
CMYK 0 0.59 0.72 0.42
HSL 10.65º 0.56% 0.37% -
HSV(B) 10.65º 0.72% 0.58% -
XYZ 14.48 9.89 3.34 -
YUV 85.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 149 61 42 0 0.59 0.72 0.42 10.65 0.56 0.37
Hex 95 3D 2A 0 3B 48 2A B 38 25
Octal 225 75 52 0 73 110 52 13 70 45
Binary 10010101 111101 101010 0 111011 1001000 101010 1011 111000 100101

Color Harmonies of #953D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D2A

Black with #953D2A

Text Example


Text Example

White with #953D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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