Html Css Color HEX #98402C Tia Maria

📋 copy color: '#98402C'

red 152 ◦ green 64 ◦ blue 44

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

Shades of Tia Maria #98402C

Tints of Tia Maria #98402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 58.46%
G = 24.62%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98402C (or 0x98402C) is known color: Tia Maria. HEX triplet: 98, 40 and 2C. RGB value is (152,64,44). Sum of RGB (Red+Green+Blue) = 152+64+44=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98402C is #67BFD3. Grayscale: #585858. Windows color (decimal): -6799316 or 2900120. OLE color: 2900120.

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

Color convert

RGB 152 64 44 -
CMYK 0 0.58 0.71 0.40
HSL 11.11º 0.55% 0.38% -
HSV(B) 11.11º 0.71% 0.6% -
XYZ 15.24 10.52 3.61 -
YUV 88.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 152 64 44 0 0.58 0.71 0.40 11.11 0.55 0.38
Hex 98 40 2C 0 3A 47 28 B 37 26
Octal 230 100 54 0 72 107 50 13 67 46
Binary 10011000 1000000 101100 0 111010 1000111 101000 1011 110111 100110

Color Harmonies of #98402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98402C

Black with #98402C

Text Example


Text Example

White with #98402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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