Html Css Color HEX #95472F Tia Maria

📋 copy color: '#95472F'

red 149 ◦ green 71 ◦ blue 47

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

Shades of Tia Maria #95472F

Tints of Tia Maria #95472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

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

R = 55.81%
G = 26.59%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95472F (or 0x95472F) is known color: Tia Maria. HEX triplet: 95, 47 and 2F. RGB value is (149,71,47). Sum of RGB (Red+Green+Blue) = 149+71+47=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #95472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95472F is #6AB8D0. Grayscale: #5B5B5B. Windows color (decimal): -6994129 or 3098517. OLE color: 3098517.

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

Color convert

RGB 149 71 47 -
CMYK 0 0.52 0.68 0.42
HSL 14.12º 0.52% 0.38% -
HSV(B) 14.12º 0.68% 0.58% -
XYZ 15.16 11.1 4.03 -
YUV 91.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 149 71 47 0 0.52 0.68 0.42 14.12 0.52 0.38
Hex 95 47 2F 0 34 44 2A E 34 26
Octal 225 107 57 0 64 104 52 16 64 46
Binary 10010101 1000111 101111 0 110100 1000100 101010 1110 110100 100110

Color Harmonies of #95472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95472F

Black with #95472F

Text Example


Text Example

White with #95472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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