Html Css Color HEX #983925 Tia Maria

📋 copy color: '#983925'

red 152 ◦ green 57 ◦ blue 37

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

Shades of Tia Maria #983925

Tints of Tia Maria #983925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 61.79%
G = 23.17%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#983925 (or 0x983925) is known color: Tia Maria. HEX triplet: 98, 39 and 25. RGB value is (152,57,37). Sum of RGB (Red+Green+Blue) = 152+57+37=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #983925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983925 is #67C6DA. Grayscale: #535353. Windows color (decimal): -6801115 or 2439576. OLE color: 2439576.

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

Color convert

RGB 152 57 37 -
CMYK 0 0.62 0.76 0.40
HSL 10.43º 0.61% 0.37% -
HSV(B) 10.43º 0.76% 0.6% -
XYZ 14.75 9.74 2.85 -
YUV 83.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 152 57 37 0 0.62 0.76 0.40 10.43 0.61 0.37
Hex 98 39 25 0 3E 4C 28 A 3D 25
Octal 230 71 45 0 76 114 50 12 75 45
Binary 10011000 111001 100101 0 111110 1001100 101000 1010 111101 100101

Color Harmonies of #983925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983925

Black with #983925

Text Example


Text Example

White with #983925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983925; }

 p { color: rgb(152,57,37); }

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

background-color css

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

 a { background-color: rgb(152,57,37); }

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

border-color css

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

 span { border-color: rgb(152,57,37); }

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