Html Css Color HEX #944635 Tia Maria

📋 copy color: '#944635'

red 148 ◦ green 70 ◦ blue 53

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

Shades of Tia Maria #944635

Tints of Tia Maria #944635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 54.61%
G = 25.83%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#944635 (or 0x944635) is known color: Tia Maria. HEX triplet: 94, 46 and 35. RGB value is (148,70,53). Sum of RGB (Red+Green+Blue) = 148+70+53=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #944635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944635 is #6BB9CA. Grayscale: #5B5B5B. Windows color (decimal): -7059915 or 3491476. OLE color: 3491476.

HSL color Cylindrical-coordinate representation of color #944635: hue angle of 10.74º 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 #944635 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 70 53 -
CMYK 0 0.53 0.64 0.42
HSL 10.74º 0.47% 0.39% -
HSV(B) 10.74º 0.64% 0.58% -
XYZ 15.05 10.93 4.69 -
YUV 91.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 148 70 53 0 0.53 0.64 0.42 10.74 0.47 0.39
Hex 94 46 35 0 35 40 2A B 2F 27
Octal 224 106 65 0 65 100 52 13 57 47
Binary 10010100 1000110 110101 0 110101 1000000 101010 1011 101111 100111

Color Harmonies of #944635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944635

Black with #944635

Text Example


Text Example

White with #944635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944635; }

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

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

background-color css

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

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

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

border-color css

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

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

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