Html Css Color HEX #994025 Tia Maria

📋 copy color: '#994025'

red 153 ◦ green 64 ◦ blue 37

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

Shades of Tia Maria #994025

Tints of Tia Maria #994025

RGB

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

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

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

R = 60.24%
G = 25.2%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#994025 (or 0x994025) is known color: Tia Maria. HEX triplet: 99, 40 and 25. RGB value is (153,64,37). Sum of RGB (Red+Green+Blue) = 153+64+37=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #994025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994025 is #66BFDA. Grayscale: #575757. Windows color (decimal): -6733787 or 2441369. OLE color: 2441369.

HSL color Cylindrical-coordinate representation of color #994025: hue angle of 13.97º 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 #994025 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 64 37 -
CMYK 0 0.58 0.76 0.4
HSL 13.97º 0.61% 0.37% -
HSV(B) 13.97º 0.76% 0.6% -
XYZ 15.3 10.57 2.98 -
YUV 87.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 153 64 37 0 0.58 0.76 0.4 13.97 0.61 0.37
Hex 99 40 25 0 3A 4C 28 E 3D 25
Octal 231 100 45 0 72 114 50 16 75 45
Binary 10011001 1000000 100101 0 111010 1001100 101000 1110 111101 100101

Color Harmonies of #994025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994025

Black with #994025

Text Example


Text Example

White with #994025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994025; }

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

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

background-color css

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

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

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

border-color css

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

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

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