Html Css Color HEX #984223 Tia Maria

📋 copy color: '#984223'

red 152 ◦ green 66 ◦ blue 35

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

Shades of Tia Maria #984223

Tints of Tia Maria #984223

RGB

 RED value IS 152 (59.77% from 255) = 60.08%

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

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

R = 60.08%
G = 26.09%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#984223 (or 0x984223) is known color: Tia Maria. HEX triplet: 98, 42 and 23. RGB value is (152,66,35). Sum of RGB (Red+Green+Blue) = 152+66+35=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #984223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984223 is #67BDDC. Grayscale: #585858. Windows color (decimal): -6798813 or 2310808. OLE color: 2310808.

HSL color Cylindrical-coordinate representation of color #984223: hue angle of 15.9º 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 #984223 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 66 35 -
CMYK 0 0.57 0.77 0.40
HSL 15.9º 0.63% 0.37% -
HSV(B) 15.9º 0.77% 0.6% -
XYZ 15.2 10.69 2.85 -
YUV 88.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 152 66 35 0 0.57 0.77 0.40 15.9 0.63 0.37
Hex 98 42 23 0 39 4D 28 10 3F 25
Octal 230 102 43 0 71 115 50 20 77 45
Binary 10011000 1000010 100011 0 111001 1001101 101000 10000 111111 100101

Color Harmonies of #984223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984223

Black with #984223

Text Example


Text Example

White with #984223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984223; }

 p { color: rgb(152,66,35); }

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

background-color css

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

 a { background-color: rgb(152,66,35); }

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

border-color css

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

 span { border-color: rgb(152,66,35); }

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