Html Css Color HEX #943E2F Tia Maria

📋 copy color: '#943E2F'

red 148 ◦ green 62 ◦ blue 47

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

Shades of Tia Maria #943E2F

Tints of Tia Maria #943E2F

RGB

 RED value IS 148 (58.2% from 255) = 57.59%

 GREEN value IS 62 (24.61% from 255) = 24.12%

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

R = 57.59%
G = 24.12%
B = 18.29%

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

#943E2F (or 0x943E2F) is known color: Tia Maria. HEX triplet: 94, 3E and 2F. RGB value is (148,62,47). Sum of RGB (Red+Green+Blue) = 148+62+47=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #943E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943E2F is #6BC1D0. Grayscale: #565656. Windows color (decimal): -7061969 or 3096212. OLE color: 3096212.

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

Color convert

RGB 148 62 47 -
CMYK 0 0.58 0.68 0.42
HSL 8.91º 0.52% 0.38% -
HSV(B) 8.91º 0.68% 0.58% -
XYZ 14.45 9.95 3.85 -
YUV 86 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 148 62 47 0 0.58 0.68 0.42 8.91 0.52 0.38
Hex 94 3E 2F 0 3A 44 2A 9 34 26
Octal 224 76 57 0 72 104 52 11 64 46
Binary 10010100 111110 101111 0 111010 1000100 101010 1001 110100 100110

Color Harmonies of #943E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943E2F

Black with #943E2F

Text Example


Text Example

White with #943E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943E2F; }

 p { color: rgb(148,62,47); }

 H1.HeaderClassName
 {
   color: #943E2F;
 }
 .AnyTagClassName
 {
   color: #943E2F;
 }
</style>

background-color css

<style>
 a { background-color: #943E2F; }

 a { background-color: rgb(148,62,47); }

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

border-color css

<style>
 span { border-color: #943E2F; }

 span { border-color: rgb(148,62,47); }

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