Html Css Color HEX #984730 Tia Maria

📋 copy color: '#984730'

red 152 ◦ green 71 ◦ blue 48

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

Shades of Tia Maria #984730

Tints of Tia Maria #984730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

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

R = 56.09%
G = 26.2%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#984730 (or 0x984730) is known color: Tia Maria. HEX triplet: 98, 47 and 30. RGB value is (152,71,48). Sum of RGB (Red+Green+Blue) = 152+71+48=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #984730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984730 is #67B8CF. Grayscale: #5C5C5C. Windows color (decimal): -6797520 or 3164056. OLE color: 3164056.

HSL color Cylindrical-coordinate representation of color #984730: hue angle of 13.27º 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 #984730 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 48 -
CMYK 0 0.53 0.68 0.40
HSL 13.27º 0.52% 0.39% -
HSV(B) 13.27º 0.68% 0.6% -
XYZ 15.74 11.4 4.17 -
YUV 92.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 152 71 48 0 0.53 0.68 0.40 13.27 0.52 0.39
Hex 98 47 30 0 35 44 28 D 34 27
Octal 230 107 60 0 65 104 50 15 64 47
Binary 10011000 1000111 110000 0 110101 1000100 101000 1101 110100 100111

Color Harmonies of #984730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984730

Black with #984730

Text Example


Text Example

White with #984730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984730; }

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

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

background-color css

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

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

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

border-color css

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

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

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