Html Css Color HEX #95462D Tia Maria

📋 copy color: '#95462D'

red 149 ◦ green 70 ◦ blue 45

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

Shades of Tia Maria #95462D

Tints of Tia Maria #95462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.05%

R = 56.44%
G = 26.52%
B = 17.05%

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

#95462D (or 0x95462D) is known color: Tia Maria. HEX triplet: 95, 46 and 2D. RGB value is (149,70,45). Sum of RGB (Red+Green+Blue) = 149+70+45=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95462D is #6AB9D2. Grayscale: #5A5A5A. Windows color (decimal): -6994387 or 2967189. OLE color: 2967189.

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

Color convert

RGB 149 70 45 -
CMYK 0 0.53 0.70 0.42
HSL 14.42º 0.54% 0.38% -
HSV(B) 14.42º 0.7% 0.58% -
XYZ 15.06 10.96 3.8 -
YUV 90.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 149 70 45 0 0.53 0.70 0.42 14.42 0.54 0.38
Hex 95 46 2D 0 35 46 2A E 36 26
Octal 225 106 55 0 65 106 52 16 66 46
Binary 10010101 1000110 101101 0 110101 1000110 101010 1110 110110 100110

Color Harmonies of #95462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95462D

Black with #95462D

Text Example


Text Example

White with #95462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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