Html Css Color HEX #944A35 Tia Maria

📋 copy color: '#944A35'

red 148 ◦ green 74 ◦ blue 53

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

Shades of Tia Maria #944A35

Tints of Tia Maria #944A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.91%

 BLUE value IS 53 (21.09% from 255) = 19.27%

R = 53.82%
G = 26.91%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#944A35 (or 0x944A35) is known color: Tia Maria. HEX triplet: 94, 4A and 35. RGB value is (148,74,53). Sum of RGB (Red+Green+Blue) = 148+74+53=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #944A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A35 is #6BB5CA. Grayscale: #5D5D5D. Windows color (decimal): -7058891 or 3492500. OLE color: 3492500.

HSL color Cylindrical-coordinate representation of color #944A35: hue angle of 13.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #944A35 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 74 53 -
CMYK 0 0.50 0.64 0.42
HSL 13.26º 0.47% 0.39% -
HSV(B) 13.26º 0.64% 0.58% -
XYZ 15.3 11.45 4.77 -
YUV 93.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 148 74 53 0 0.50 0.64 0.42 13.26 0.47 0.39
Hex 94 4A 35 0 32 40 2A D 2F 27
Octal 224 112 65 0 62 100 52 15 57 47
Binary 10010100 1001010 110101 0 110010 1000000 101010 1101 101111 100111

Color Harmonies of #944A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944A35

Black with #944A35

Text Example


Text Example

White with #944A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944A35; }

 p { color: rgb(148,74,53); }

 H1.HeaderClassName
 {
   color: #944A35;
 }
 .AnyTagClassName
 {
   color: #944A35;
 }
</style>

background-color css

<style>
 a { background-color: #944A35; }

 a { background-color: rgb(148,74,53); }

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

border-color css

<style>
 span { border-color: #944A35; }

 span { border-color: rgb(148,74,53); }

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