Html Css Color HEX #95442D Tia Maria

📋 copy color: '#95442D'

red 149 ◦ green 68 ◦ blue 45

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

Shades of Tia Maria #95442D

Tints of Tia Maria #95442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 56.87%
G = 25.95%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95442D (or 0x95442D) is known color: Tia Maria. HEX triplet: 95, 44 and 2D. RGB value is (149,68,45). Sum of RGB (Red+Green+Blue) = 149+68+45=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95442D is #6ABBD2. Grayscale: #595959. Windows color (decimal): -6994899 or 2966677. OLE color: 2966677.

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

Color convert

RGB 149 68 45 -
CMYK 0 0.54 0.70 0.42
HSL 13.27º 0.54% 0.38% -
HSV(B) 13.27º 0.7% 0.58% -
XYZ 14.94 10.71 3.76 -
YUV 89.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 149 68 45 0 0.54 0.70 0.42 13.27 0.54 0.38
Hex 95 44 2D 0 36 46 2A D 36 26
Octal 225 104 55 0 66 106 52 15 66 46
Binary 10010101 1000100 101101 0 110110 1000110 101010 1101 110110 100110

Color Harmonies of #95442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95442D

Black with #95442D

Text Example


Text Example

White with #95442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95442D; }

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

 H1.HeaderClassName
 {
   color: #95442D;
 }
 .AnyTagClassName
 {
   color: #95442D;
 }
</style>

background-color css

<style>
 a { background-color: #95442D; }

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

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

border-color css

<style>
 span { border-color: #95442D; }

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

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