Html Css Color HEX #984130 Tia Maria

📋 copy color: '#984130'

red 152 ◦ green 65 ◦ blue 48

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

Shades of Tia Maria #984130

Tints of Tia Maria #984130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 57.36%
G = 24.53%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#984130 (or 0x984130) is known color: Tia Maria. HEX triplet: 98, 41 and 30. RGB value is (152,65,48). Sum of RGB (Red+Green+Blue) = 152+65+48=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #984130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984130 is #67BECF. Grayscale: #595959. Windows color (decimal): -6799056 or 3162520. OLE color: 3162520.

HSL color Cylindrical-coordinate representation of color #984130: hue angle of 9.81º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #984130 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 48 -
CMYK 0 0.57 0.68 0.40
HSL 9.81º 0.52% 0.39% -
HSV(B) 9.81º 0.68% 0.6% -
XYZ 15.37 10.67 4.05 -
YUV 89.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 152 65 48 0 0.57 0.68 0.40 9.81 0.52 0.39
Hex 98 41 30 0 39 44 28 A 34 27
Octal 230 101 60 0 71 104 50 12 64 47
Binary 10011000 1000001 110000 0 111001 1000100 101000 1010 110100 100111

Color Harmonies of #984130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984130

Black with #984130

Text Example


Text Example

White with #984130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984130; }

 p { color: rgb(152,65,48); }

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

background-color css

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

 a { background-color: rgb(152,65,48); }

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

border-color css

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

 span { border-color: rgb(152,65,48); }

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