Html Css Color HEX #95462C Tia Maria

📋 copy color: '#95462C'

red 149 ◦ green 70 ◦ blue 44

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

Shades of Tia Maria #95462C

Tints of Tia Maria #95462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 56.65%
G = 26.62%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95462C (or 0x95462C) is known color: Tia Maria. HEX triplet: 95, 46 and 2C. RGB value is (149,70,44). Sum of RGB (Red+Green+Blue) = 149+70+44=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95462C is #6AB9D3. Grayscale: #5A5A5A. Windows color (decimal): -6994388 or 2901653. OLE color: 2901653.

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

Color convert

RGB 149 70 44 -
CMYK 0 0.53 0.70 0.42
HSL 14.86º 0.54% 0.38% -
HSV(B) 14.86º 0.7% 0.58% -
XYZ 15.04 10.95 3.7 -
YUV 90.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 149 70 44 0 0.53 0.70 0.42 14.86 0.54 0.38
Hex 95 46 2C 0 35 46 2A F 36 26
Octal 225 106 54 0 65 106 52 17 66 46
Binary 10010101 1000110 101100 0 110101 1000110 101010 1111 110110 100110

Color Harmonies of #95462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95462C

Black with #95462C

Text Example


Text Example

White with #95462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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