Html Css Color HEX #953F28 Tia Maria

📋 copy color: '#953F28'

red 149 ◦ green 63 ◦ blue 40

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

Shades of Tia Maria #953F28

Tints of Tia Maria #953F28

RGB

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

 GREEN value IS 63 (25% from 255) = 25%

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 59.13%
G = 25%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#953F28 (or 0x953F28) is known color: Tia Maria. HEX triplet: 95, 3F and 28. RGB value is (149,63,40). Sum of RGB (Red+Green+Blue) = 149+63+40=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F28 is #6AC0D7. Grayscale: #565656. Windows color (decimal): -6996184 or 2637717. OLE color: 2637717.

HSL color Cylindrical-coordinate representation of color #953F28: hue angle of 12.66º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953F28 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 40 -
CMYK 0 0.58 0.73 0.42
HSL 12.66º 0.58% 0.37% -
HSV(B) 12.66º 0.73% 0.58% -
XYZ 14.55 10.1 3.19 -
YUV 86.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 149 63 40 0 0.58 0.73 0.42 12.66 0.58 0.37
Hex 95 3F 28 0 3A 49 2A D 3A 25
Octal 225 77 50 0 72 111 52 15 72 45
Binary 10010101 111111 101000 0 111010 1001001 101010 1101 111010 100101

Color Harmonies of #953F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F28

Black with #953F28

Text Example


Text Example

White with #953F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953F28; }

 p { color: rgb(149,63,40); }

 H1.HeaderClassName
 {
   color: #953F28;
 }
 .AnyTagClassName
 {
   color: #953F28;
 }
</style>

background-color css

<style>
 a { background-color: #953F28; }

 a { background-color: rgb(149,63,40); }

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

border-color css

<style>
 span { border-color: #953F28; }

 span { border-color: rgb(149,63,40); }

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