Html Css Color HEX #953F30 Tia Maria

📋 copy color: '#953F30'

red 149 ◦ green 63 ◦ blue 48

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

Shades of Tia Maria #953F30

Tints of Tia Maria #953F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 57.31%
G = 24.23%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#953F30 (or 0x953F30) is known color: Tia Maria. HEX triplet: 95, 3F and 30. RGB value is (149,63,48). Sum of RGB (Red+Green+Blue) = 149+63+48=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #953F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F30 is #6AC0CF. Grayscale: #575757. Windows color (decimal): -6996176 or 3162005. OLE color: 3162005.

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

Color convert

RGB 149 63 48 -
CMYK 0 0.58 0.68 0.42
HSL 8.91º 0.51% 0.39% -
HSV(B) 8.91º 0.68% 0.58% -
XYZ 14.71 10.16 3.98 -
YUV 87 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 149 63 48 0 0.58 0.68 0.42 8.91 0.51 0.39
Hex 95 3F 30 0 3A 44 2A 9 33 27
Octal 225 77 60 0 72 104 52 11 63 47
Binary 10010101 111111 110000 0 111010 1000100 101010 1001 110011 100111

Color Harmonies of #953F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F30

Black with #953F30

Text Example


Text Example

White with #953F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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