Html Css Color HEX #95432C Tia Maria

📋 copy color: '#95432C'

red 149 ◦ green 67 ◦ blue 44

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

Shades of Tia Maria #95432C

Tints of Tia Maria #95432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 57.31%
G = 25.77%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95432C (or 0x95432C) is known color: Tia Maria. HEX triplet: 95, 43 and 2C. RGB value is (149,67,44). Sum of RGB (Red+Green+Blue) = 149+67+44=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95432C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95432C is #6ABCD3. Grayscale: #595959. Windows color (decimal): -6995156 or 2900885. OLE color: 2900885.

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

Color convert

RGB 149 67 44 -
CMYK 0 0.55 0.70 0.42
HSL 13.14º 0.54% 0.38% -
HSV(B) 13.14º 0.7% 0.58% -
XYZ 14.86 10.59 3.64 -
YUV 88.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 149 67 44 0 0.55 0.70 0.42 13.14 0.54 0.38
Hex 95 43 2C 0 37 46 2A D 36 26
Octal 225 103 54 0 67 106 52 15 66 46
Binary 10010101 1000011 101100 0 110111 1000110 101010 1101 110110 100110

Color Harmonies of #95432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95432C

Black with #95432C

Text Example


Text Example

White with #95432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95432C; }

 p { color: rgb(149,67,44); }

 H1.HeaderClassName
 {
   color: #95432C;
 }
 .AnyTagClassName
 {
   color: #95432C;
 }
</style>

background-color css

<style>
 a { background-color: #95432C; }

 a { background-color: rgb(149,67,44); }

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

border-color css

<style>
 span { border-color: #95432C; }

 span { border-color: rgb(149,67,44); }

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