Html Css Color HEX #994323 Tia Maria

📋 copy color: '#994323'

red 153 ◦ green 67 ◦ blue 35

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

Shades of Tia Maria #994323

Tints of Tia Maria #994323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 60%
G = 26.27%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#994323 (or 0x994323) is known color: Tia Maria. HEX triplet: 99, 43 and 23. RGB value is (153,67,35). Sum of RGB (Red+Green+Blue) = 153+67+35=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #994323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994323 is #66BCDC. Grayscale: #595959. Windows color (decimal): -6733021 or 2311065. OLE color: 2311065.

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

Color convert

RGB 153 67 35 -
CMYK 0 0.56 0.77 0.4
HSL 16.27º 0.63% 0.37% -
HSV(B) 16.27º 0.77% 0.6% -
XYZ 15.45 10.91 2.88 -
YUV 89.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 153 67 35 0 0.56 0.77 0.4 16.27 0.63 0.37
Hex 99 43 23 0 38 4D 28 10 3F 25
Octal 231 103 43 0 70 115 50 20 77 45
Binary 10011001 1000011 100011 0 111000 1001101 101000 10000 111111 100101

Color Harmonies of #994323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994323

Black with #994323

Text Example


Text Example

White with #994323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994323; }

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

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

background-color css

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

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

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

border-color css

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

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

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