Html Css Color HEX #95432E Tia Maria

📋 copy color: '#95432E'

red 149 ◦ green 67 ◦ blue 46

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

Shades of Tia Maria #95432E

Tints of Tia Maria #95432E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.56%

R = 56.87%
G = 25.57%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#95432E (or 0x95432E) is known color: Tia Maria. HEX triplet: 95, 43 and 2E. RGB value is (149,67,46). Sum of RGB (Red+Green+Blue) = 149+67+46=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95432E is #6ABCD1. Grayscale: #595959. Windows color (decimal): -6995154 or 3031957. OLE color: 3031957.

HSL color Cylindrical-coordinate representation of color #95432E: hue angle of 12.23º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95432E is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 46 -
CMYK 0 0.55 0.69 0.42
HSL 12.23º 0.53% 0.38% -
HSV(B) 12.23º 0.69% 0.58% -
XYZ 14.89 10.6 3.85 -
YUV 89.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 149 67 46 0 0.55 0.69 0.42 12.23 0.53 0.38
Hex 95 43 2E 0 37 45 2A C 35 26
Octal 225 103 56 0 67 105 52 14 65 46
Binary 10010101 1000011 101110 0 110111 1000101 101010 1100 110101 100110

Color Harmonies of #95432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95432E

Black with #95432E

Text Example


Text Example

White with #95432E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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