Html Css Color HEX #95482E Tia Maria

📋 copy color: '#95482E'

red 149 ◦ green 72 ◦ blue 46

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

Shades of Tia Maria #95482E

Tints of Tia Maria #95482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

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

R = 55.81%
G = 26.97%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#95482E (or 0x95482E) is known color: Tia Maria. HEX triplet: 95, 48 and 2E. RGB value is (149,72,46). Sum of RGB (Red+Green+Blue) = 149+72+46=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #95482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95482E is #6AB7D1. Grayscale: #5C5C5C. Windows color (decimal): -6993874 or 3033237. OLE color: 3033237.

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

Color convert

RGB 149 72 46 -
CMYK 0 0.52 0.69 0.42
HSL 15.15º 0.53% 0.38% -
HSV(B) 15.15º 0.69% 0.58% -
XYZ 15.2 11.22 3.95 -
YUV 92.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 149 72 46 0 0.52 0.69 0.42 15.15 0.53 0.38
Hex 95 48 2E 0 34 45 2A F 35 26
Octal 225 110 56 0 64 105 52 17 65 46
Binary 10010101 1001000 101110 0 110100 1000101 101010 1111 110101 100110

Color Harmonies of #95482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95482E

Black with #95482E

Text Example


Text Example

White with #95482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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