Html Css Color HEX #994325 Tia Maria

📋 copy color: '#994325'

red 153 ◦ green 67 ◦ blue 37

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

Shades of Tia Maria #994325

Tints of Tia Maria #994325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 59.53%
G = 26.07%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#994325 (or 0x994325) is known color: Tia Maria. HEX triplet: 99, 43 and 25. RGB value is (153,67,37). Sum of RGB (Red+Green+Blue) = 153+67+37=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #994325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994325 is #66BCDA. Grayscale: #595959. Windows color (decimal): -6733019 or 2442137. OLE color: 2442137.

HSL color Cylindrical-coordinate representation of color #994325: hue angle of 15.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #994325 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 67 37 -
CMYK 0 0.56 0.76 0.4
HSL 15.52º 0.61% 0.37% -
HSV(B) 15.52º 0.76% 0.6% -
XYZ 15.48 10.92 3.04 -
YUV 89.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 153 67 37 0 0.56 0.76 0.4 15.52 0.61 0.37
Hex 99 43 25 0 38 4C 28 10 3D 25
Octal 231 103 45 0 70 114 50 20 75 45
Binary 10011001 1000011 100101 0 111000 1001100 101000 10000 111101 100101

Color Harmonies of #994325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994325

Black with #994325

Text Example


Text Example

White with #994325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994325; }

 p { color: rgb(153,67,37); }

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

background-color css

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

 a { background-color: rgb(153,67,37); }

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

border-color css

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

 span { border-color: rgb(153,67,37); }

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