Html Css Color HEX #984026 Tia Maria

📋 copy color: '#984026'

red 152 ◦ green 64 ◦ blue 38

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

Shades of Tia Maria #984026

Tints of Tia Maria #984026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 59.84%
G = 25.2%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#984026 (or 0x984026) is known color: Tia Maria. HEX triplet: 98, 40 and 26. RGB value is (152,64,38). Sum of RGB (Red+Green+Blue) = 152+64+38=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #984026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984026 is #67BFD9. Grayscale: #575757. Windows color (decimal): -6799322 or 2506904. OLE color: 2506904.

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

Color convert

RGB 152 64 38 -
CMYK 0 0.58 0.75 0.40
HSL 13.68º 0.6% 0.37% -
HSV(B) 13.68º 0.75% 0.6% -
XYZ 15.13 10.48 3.06 -
YUV 87.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 152 64 38 0 0.58 0.75 0.40 13.68 0.6 0.37
Hex 98 40 26 0 3A 4B 28 E 3C 25
Octal 230 100 46 0 72 113 50 16 74 45
Binary 10011000 1000000 100110 0 111010 1001011 101000 1110 111100 100101

Color Harmonies of #984026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984026

Black with #984026

Text Example


Text Example

White with #984026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984026; }

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

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

background-color css

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

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

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

border-color css

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

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

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