Html Css Color HEX #95412F Tia Maria

📋 copy color: '#95412F'

red 149 ◦ green 65 ◦ blue 47

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

Shades of Tia Maria #95412F

Tints of Tia Maria #95412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 57.09%
G = 24.9%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95412F (or 0x95412F) is known color: Tia Maria. HEX triplet: 95, 41 and 2F. RGB value is (149,65,47). Sum of RGB (Red+Green+Blue) = 149+65+47=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95412F is #6ABED0. Grayscale: #585858. Windows color (decimal): -6995665 or 3096981. OLE color: 3096981.

HSL color Cylindrical-coordinate representation of color #95412F: hue angle of 10.59º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95412F is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 47 -
CMYK 0 0.56 0.68 0.42
HSL 10.59º 0.52% 0.38% -
HSV(B) 10.59º 0.68% 0.58% -
XYZ 14.8 10.38 3.91 -
YUV 88.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 149 65 47 0 0.56 0.68 0.42 10.59 0.52 0.38
Hex 95 41 2F 0 38 44 2A B 34 26
Octal 225 101 57 0 70 104 52 13 64 46
Binary 10010101 1000001 101111 0 111000 1000100 101010 1011 110100 100110

Color Harmonies of #95412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95412F

Black with #95412F

Text Example


Text Example

White with #95412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95412F; }

 p { color: rgb(149,65,47); }

 H1.HeaderClassName
 {
   color: #95412F;
 }
 .AnyTagClassName
 {
   color: #95412F;
 }
</style>

background-color css

<style>
 a { background-color: #95412F; }

 a { background-color: rgb(149,65,47); }

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

border-color css

<style>
 span { border-color: #95412F; }

 span { border-color: rgb(149,65,47); }

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