Html Css Color HEX #94412B Tia Maria

📋 copy color: '#94412B'

red 148 ◦ green 65 ◦ blue 43

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

Shades of Tia Maria #94412B

Tints of Tia Maria #94412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 57.81%
G = 25.39%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#94412B (or 0x94412B) is known color: Tia Maria. HEX triplet: 94, 41 and 2B. RGB value is (148,65,43). Sum of RGB (Red+Green+Blue) = 148+65+43=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #94412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94412B is #6BBED4. Grayscale: #575757. Windows color (decimal): -7061205 or 2834836. OLE color: 2834836.

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

Color convert

RGB 148 65 43 -
CMYK 0 0.56 0.71 0.42
HSL 12.57º 0.55% 0.37% -
HSV(B) 12.57º 0.71% 0.58% -
XYZ 14.54 10.25 3.5 -
YUV 87.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 148 65 43 0 0.56 0.71 0.42 12.57 0.55 0.37
Hex 94 41 2B 0 38 47 2A D 37 25
Octal 224 101 53 0 70 107 52 15 67 45
Binary 10010100 1000001 101011 0 111000 1000111 101010 1101 110111 100101

Color Harmonies of #94412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94412B

Black with #94412B

Text Example


Text Example

White with #94412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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