Html Css Color HEX #983E2E Tia Maria

📋 copy color: '#983E2E'

red 152 ◦ green 62 ◦ blue 46

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

Shades of Tia Maria #983E2E

Tints of Tia Maria #983E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 58.46%
G = 23.85%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#983E2E (or 0x983E2E) is known color: Tia Maria. HEX triplet: 98, 3E and 2E. RGB value is (152,62,46). Sum of RGB (Red+Green+Blue) = 152+62+46=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #983E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983E2E is #67C1D1. Grayscale: #575757. Windows color (decimal): -6799826 or 3030680. OLE color: 3030680.

HSL color Cylindrical-coordinate representation of color #983E2E: hue angle of 9.06º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983E2E is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 62 46 -
CMYK 0 0.59 0.70 0.40
HSL 9.06º 0.54% 0.39% -
HSV(B) 9.06º 0.7% 0.6% -
XYZ 15.16 10.32 3.78 -
YUV 87.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 152 62 46 0 0.59 0.70 0.40 9.06 0.54 0.39
Hex 98 3E 2E 0 3B 46 28 9 36 27
Octal 230 76 56 0 73 106 50 11 66 47
Binary 10011000 111110 101110 0 111011 1000110 101000 1001 110110 100111

Color Harmonies of #983E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983E2E

Black with #983E2E

Text Example


Text Example

White with #983E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983E2E; }

 p { color: rgb(152,62,46); }

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

background-color css

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

 a { background-color: rgb(152,62,46); }

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

border-color css

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

 span { border-color: rgb(152,62,46); }

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