Html Css Color HEX #94412F Tia Maria

📋 copy color: '#94412F'

red 148 ◦ green 65 ◦ blue 47

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

Shades of Tia Maria #94412F

Tints of Tia Maria #94412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 56.92%
G = 25%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#94412F (or 0x94412F) is known color: Tia Maria. HEX triplet: 94, 41 and 2F. RGB value is (148,65,47). Sum of RGB (Red+Green+Blue) = 148+65+47=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94412F is #6BBED0. Grayscale: #575757. Windows color (decimal): -7061201 or 3096980. OLE color: 3096980.

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

Color convert

RGB 148 65 47 -
CMYK 0 0.56 0.68 0.42
HSL 10.69º 0.52% 0.38% -
HSV(B) 10.69º 0.68% 0.58% -
XYZ 14.62 10.28 3.9 -
YUV 87.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 148 65 47 0 0.56 0.68 0.42 10.69 0.52 0.38
Hex 94 41 2F 0 38 44 2A B 34 26
Octal 224 101 57 0 70 104 52 13 64 46
Binary 10010100 1000001 101111 0 111000 1000100 101010 1011 110100 100110

Color Harmonies of #94412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94412F

Black with #94412F

Text Example


Text Example

White with #94412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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