Html Css Color HEX #994534 Tia Maria

📋 copy color: '#994534'

red 153 ◦ green 69 ◦ blue 52

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

Shades of Tia Maria #994534

Tints of Tia Maria #994534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

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

R = 55.84%
G = 25.18%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#994534 (or 0x994534) is known color: Tia Maria. HEX triplet: 99, 45 and 34. RGB value is (153,69,52). Sum of RGB (Red+Green+Blue) = 153+69+52=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994534 is #66BACB. Grayscale: #5C5C5C. Windows color (decimal): -6732492 or 3425689. OLE color: 3425689.

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

Color convert

RGB 153 69 52 -
CMYK 0 0.55 0.66 0.4
HSL 10.1º 0.49% 0.4% -
HSV(B) 10.1º 0.66% 0.6% -
XYZ 15.88 11.28 4.59 -
YUV 92.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 153 69 52 0 0.55 0.66 0.4 10.1 0.49 0.4
Hex 99 45 34 0 37 42 28 A 31 28
Octal 231 105 64 0 67 102 50 12 61 50
Binary 10011001 1000101 110100 0 110111 1000010 101000 1010 110001 101000

Color Harmonies of #994534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994534

Black with #994534

Text Example


Text Example

White with #994534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994534; }

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

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

background-color css

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

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

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

border-color css

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

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

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