Html Css Color HEX #994128 Tia Maria

📋 copy color: '#994128'

red 153 ◦ green 65 ◦ blue 40

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

Shades of Tia Maria #994128

Tints of Tia Maria #994128

RGB

 RED value IS 153 (60.16% from 255) = 59.3%

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

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 59.3%
G = 25.19%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#994128 (or 0x994128) is known color: Tia Maria. HEX triplet: 99, 41 and 28. RGB value is (153,65,40). Sum of RGB (Red+Green+Blue) = 153+65+40=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #994128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994128 is #66BED7. Grayscale: #585858. Windows color (decimal): -6733528 or 2638233. OLE color: 2638233.

HSL color Cylindrical-coordinate representation of color #994128: hue angle of 13.27º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #994128 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 65 40 -
CMYK 0 0.58 0.74 0.4
HSL 13.27º 0.59% 0.38% -
HSV(B) 13.27º 0.74% 0.6% -
XYZ 15.41 10.71 3.26 -
YUV 88.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 153 65 40 0 0.58 0.74 0.4 13.27 0.59 0.38
Hex 99 41 28 0 3A 4A 28 D 3B 26
Octal 231 101 50 0 72 112 50 15 73 46
Binary 10011001 1000001 101000 0 111010 1001010 101000 1101 111011 100110

Color Harmonies of #994128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994128

Black with #994128

Text Example


Text Example

White with #994128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994128; }

 p { color: rgb(153,65,40); }

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

background-color css

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

 a { background-color: rgb(153,65,40); }

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

border-color css

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

 span { border-color: rgb(153,65,40); }

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