Html Css Color HEX #994027 Tia Maria

📋 copy color: '#994027'

red 153 ◦ green 64 ◦ blue 39

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

Shades of Tia Maria #994027

Tints of Tia Maria #994027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 59.77%
G = 25%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#994027 (or 0x994027) is known color: Tia Maria. HEX triplet: 99, 40 and 27. RGB value is (153,64,39). Sum of RGB (Red+Green+Blue) = 153+64+39=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994027 is #66BFD8. Grayscale: #575757. Windows color (decimal): -6733785 or 2572441. OLE color: 2572441.

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

Color convert

RGB 153 64 39 -
CMYK 0 0.58 0.75 0.4
HSL 13.16º 0.59% 0.38% -
HSV(B) 13.16º 0.75% 0.6% -
XYZ 15.34 10.59 3.15 -
YUV 87.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 153 64 39 0 0.58 0.75 0.4 13.16 0.59 0.38
Hex 99 40 27 0 3A 4B 28 D 3B 26
Octal 231 100 47 0 72 113 50 15 73 46
Binary 10011001 1000000 100111 0 111010 1001011 101000 1101 111011 100110

Color Harmonies of #994027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994027

Black with #994027

Text Example


Text Example

White with #994027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994027; }

 p { color: rgb(153,64,39); }

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

background-color css

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

 a { background-color: rgb(153,64,39); }

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

border-color css

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

 span { border-color: rgb(153,64,39); }

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