Html Css Color HEX #953F2E Tia Maria

📋 copy color: '#953F2E'

red 149 ◦ green 63 ◦ blue 46

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

Shades of Tia Maria #953F2E

Tints of Tia Maria #953F2E

RGB

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

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

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

R = 57.75%
G = 24.42%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#953F2E (or 0x953F2E) is known color: Tia Maria. HEX triplet: 95, 3F and 2E. RGB value is (149,63,46). Sum of RGB (Red+Green+Blue) = 149+63+46=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #953F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F2E is #6AC0D1. Grayscale: #565656. Windows color (decimal): -6996178 or 3030933. OLE color: 3030933.

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

Color convert

RGB 149 63 46 -
CMYK 0 0.58 0.69 0.42
HSL 9.9º 0.53% 0.38% -
HSV(B) 9.9º 0.69% 0.58% -
XYZ 14.67 10.14 3.77 -
YUV 86.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 149 63 46 0 0.58 0.69 0.42 9.9 0.53 0.38
Hex 95 3F 2E 0 3A 45 2A A 35 26
Octal 225 77 56 0 72 105 52 12 65 46
Binary 10010101 111111 101110 0 111010 1000101 101010 1010 110101 100110

Color Harmonies of #953F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F2E

Black with #953F2E

Text Example


Text Example

White with #953F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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