Html Css Color HEX #953F2D Tia Maria

📋 copy color: '#953F2D'

red 149 ◦ green 63 ◦ blue 45

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

Shades of Tia Maria #953F2D

Tints of Tia Maria #953F2D

RGB

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

 GREEN value IS 63 (25% from 255) = 24.51%

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

R = 57.98%
G = 24.51%
B = 17.51%

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

#953F2D (or 0x953F2D) is known color: Tia Maria. HEX triplet: 95, 3F and 2D. RGB value is (149,63,45). Sum of RGB (Red+Green+Blue) = 149+63+45=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #953F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F2D is #6AC0D2. Grayscale: #565656. Windows color (decimal): -6996179 or 2965397. OLE color: 2965397.

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

Color convert

RGB 149 63 45 -
CMYK 0 0.58 0.70 0.42
HSL 10.38º 0.54% 0.38% -
HSV(B) 10.38º 0.7% 0.58% -
XYZ 14.65 10.13 3.67 -
YUV 86.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 149 63 45 0 0.58 0.70 0.42 10.38 0.54 0.38
Hex 95 3F 2D 0 3A 46 2A A 36 26
Octal 225 77 55 0 72 106 52 12 66 46
Binary 10010101 111111 101101 0 111010 1000110 101010 1010 110110 100110

Color Harmonies of #953F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F2D

Black with #953F2D

Text Example


Text Example

White with #953F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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