Html Css Color HEX #953E2D Tia Maria

📋 copy color: '#953E2D'

red 149 ◦ green 62 ◦ blue 45

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

Shades of Tia Maria #953E2D

Tints of Tia Maria #953E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 58.2%
G = 24.22%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#953E2D (or 0x953E2D) is known color: Tia Maria. HEX triplet: 95, 3E and 2D. RGB value is (149,62,45). Sum of RGB (Red+Green+Blue) = 149+62+45=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E2D is #6AC1D2. Grayscale: #565656. Windows color (decimal): -6996435 or 2965141. OLE color: 2965141.

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

Color convert

RGB 149 62 45 -
CMYK 0 0.58 0.70 0.42
HSL 9.81º 0.54% 0.38% -
HSV(B) 9.81º 0.7% 0.58% -
XYZ 14.59 10.02 3.65 -
YUV 86.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 149 62 45 0 0.58 0.70 0.42 9.81 0.54 0.38
Hex 95 3E 2D 0 3A 46 2A A 36 26
Octal 225 76 55 0 72 106 52 12 66 46
Binary 10010101 111110 101101 0 111010 1000110 101010 1010 110110 100110

Color Harmonies of #953E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E2D

Black with #953E2D

Text Example


Text Example

White with #953E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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