Html Css Color HEX #984022 Tia Maria

📋 copy color: '#984022'

red 152 ◦ green 64 ◦ blue 34

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

Shades of Tia Maria #984022

Tints of Tia Maria #984022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 60.8%
G = 25.6%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#984022 (or 0x984022) is known color: Tia Maria. HEX triplet: 98, 40 and 22. RGB value is (152,64,34). Sum of RGB (Red+Green+Blue) = 152+64+34=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #984022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984022 is #67BFDD. Grayscale: #575757. Windows color (decimal): -6799326 or 2244760. OLE color: 2244760.

HSL color Cylindrical-coordinate representation of color #984022: hue angle of 15.25º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #984022 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 34 -
CMYK 0 0.58 0.78 0.40
HSL 15.25º 0.63% 0.36% -
HSV(B) 15.25º 0.78% 0.6% -
XYZ 15.07 10.46 2.74 -
YUV 86.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 152 64 34 0 0.58 0.78 0.40 15.25 0.63 0.36
Hex 98 40 22 0 3A 4E 28 F 3F 24
Octal 230 100 42 0 72 116 50 17 77 44
Binary 10011000 1000000 100010 0 111010 1001110 101000 1111 111111 100100

Color Harmonies of #984022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984022

Black with #984022

Text Example


Text Example

White with #984022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984022; }

 p { color: rgb(152,64,34); }

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

background-color css

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

 a { background-color: rgb(152,64,34); }

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

border-color css

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

 span { border-color: rgb(152,64,34); }

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