Html Css Color HEX #94402F Tia Maria

📋 copy color: '#94402F'

red 148 ◦ green 64 ◦ blue 47

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

Shades of Tia Maria #94402F

Tints of Tia Maria #94402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

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

R = 57.14%
G = 24.71%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#94402F (or 0x94402F) is known color: Tia Maria. HEX triplet: 94, 40 and 2F. RGB value is (148,64,47). Sum of RGB (Red+Green+Blue) = 148+64+47=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94402F is #6BBFD0. Grayscale: #575757. Windows color (decimal): -7061457 or 3096724. OLE color: 3096724.

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

Color convert

RGB 148 64 47 -
CMYK 0 0.57 0.68 0.42
HSL 10.1º 0.52% 0.38% -
HSV(B) 10.1º 0.68% 0.58% -
XYZ 14.56 10.17 3.88 -
YUV 87.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 148 64 47 0 0.57 0.68 0.42 10.1 0.52 0.38
Hex 94 40 2F 0 39 44 2A A 34 26
Octal 224 100 57 0 71 104 52 12 64 46
Binary 10010100 1000000 101111 0 111001 1000100 101010 1010 110100 100110

Color Harmonies of #94402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94402F

Black with #94402F

Text Example


Text Example

White with #94402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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