Html Css Color HEX #95402C Tia Maria

📋 copy color: '#95402C'

red 149 ◦ green 64 ◦ blue 44

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

Shades of Tia Maria #95402C

Tints of Tia Maria #95402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

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

R = 57.98%
G = 24.9%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95402C (or 0x95402C) is known color: Tia Maria. HEX triplet: 95, 40 and 2C. RGB value is (149,64,44). Sum of RGB (Red+Green+Blue) = 149+64+44=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #95402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95402C is #6ABFD3. Grayscale: #575757. Windows color (decimal): -6995924 or 2900117. OLE color: 2900117.

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

Color convert

RGB 149 64 44 -
CMYK 0 0.57 0.70 0.42
HSL 11.43º 0.54% 0.38% -
HSV(B) 11.43º 0.7% 0.58% -
XYZ 14.68 10.24 3.59 -
YUV 87.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 149 64 44 0 0.57 0.70 0.42 11.43 0.54 0.38
Hex 95 40 2C 0 39 46 2A B 36 26
Octal 225 100 54 0 71 106 52 13 66 46
Binary 10010101 1000000 101100 0 111001 1000110 101010 1011 110110 100110

Color Harmonies of #95402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95402C

Black with #95402C

Text Example


Text Example

White with #95402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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