Html Css Color HEX #994530 Tia Maria

📋 copy color: '#994530'

red 153 ◦ green 69 ◦ blue 48

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

Shades of Tia Maria #994530

Tints of Tia Maria #994530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 56.67%
G = 25.56%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#994530 (or 0x994530) is known color: Tia Maria. HEX triplet: 99, 45 and 30. RGB value is (153,69,48). Sum of RGB (Red+Green+Blue) = 153+69+48=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #994530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994530 is #66BACF. Grayscale: #5B5B5B. Windows color (decimal): -6732496 or 3163545. OLE color: 3163545.

HSL color Cylindrical-coordinate representation of color #994530: hue angle of 12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994530 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 48 -
CMYK 0 0.55 0.69 0.4
HSL 12º 0.52% 0.39% -
HSV(B) 12º 0.69% 0.6% -
XYZ 15.8 11.24 4.13 -
YUV 91.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 153 69 48 0 0.55 0.69 0.4 12 0.52 0.39
Hex 99 45 30 0 37 45 28 C 34 27
Octal 231 105 60 0 67 105 50 14 64 47
Binary 10011001 1000101 110000 0 110111 1000101 101000 1100 110100 100111

Color Harmonies of #994530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994530

Black with #994530

Text Example


Text Example

White with #994530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994530; }

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

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

background-color css

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

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

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

border-color css

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

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

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