Html Css Color HEX #95412E Tia Maria

📋 copy color: '#95412E'

red 149 ◦ green 65 ◦ blue 46

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

Shades of Tia Maria #95412E

Tints of Tia Maria #95412E

RGB

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

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

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

R = 57.31%
G = 25%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#95412E (or 0x95412E) is known color: Tia Maria. HEX triplet: 95, 41 and 2E. RGB value is (149,65,46). Sum of RGB (Red+Green+Blue) = 149+65+46=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95412E is #6ABED1. Grayscale: #585858. Windows color (decimal): -6995666 or 3031445. OLE color: 3031445.

HSL color Cylindrical-coordinate representation of color #95412E: hue angle of 11.07º 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 #95412E is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 46 -
CMYK 0 0.56 0.69 0.42
HSL 11.07º 0.53% 0.38% -
HSV(B) 11.07º 0.69% 0.58% -
XYZ 14.78 10.37 3.81 -
YUV 87.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 149 65 46 0 0.56 0.69 0.42 11.07 0.53 0.38
Hex 95 41 2E 0 38 45 2A B 35 26
Octal 225 101 56 0 70 105 52 13 65 46
Binary 10010101 1000001 101110 0 111000 1000101 101010 1011 110101 100110

Color Harmonies of #95412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95412E

Black with #95412E

Text Example


Text Example

White with #95412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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