Html Css Color HEX #994234 Tia Maria

📋 copy color: '#994234'

red 153 ◦ green 66 ◦ blue 52

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

Shades of Tia Maria #994234

Tints of Tia Maria #994234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 52 (20.7% from 255) = 19.19%

R = 56.46%
G = 24.35%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#994234 (or 0x994234) is known color: Tia Maria. HEX triplet: 99, 42 and 34. RGB value is (153,66,52). Sum of RGB (Red+Green+Blue) = 153+66+52=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #994234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994234 is #66BDCB. Grayscale: #5A5A5A. Windows color (decimal): -6733260 or 3424921. OLE color: 3424921.

HSL color Cylindrical-coordinate representation of color #994234: hue angle of 8.32º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994234 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 52 -
CMYK 0 0.57 0.66 0.4
HSL 8.32º 0.49% 0.4% -
HSV(B) 8.32º 0.66% 0.6% -
XYZ 15.7 10.92 4.53 -
YUV 90.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 153 66 52 0 0.57 0.66 0.4 8.32 0.49 0.4
Hex 99 42 34 0 39 42 28 8 31 28
Octal 231 102 64 0 71 102 50 10 61 50
Binary 10011001 1000010 110100 0 111001 1000010 101000 1000 110001 101000

Color Harmonies of #994234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994234

Black with #994234

Text Example


Text Example

White with #994234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994234; }

 p { color: rgb(153,66,52); }

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

background-color css

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

 a { background-color: rgb(153,66,52); }

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

border-color css

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

 span { border-color: rgb(153,66,52); }

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