Html Css Color HEX #983B25 Tia Maria

📋 copy color: '#983B25'

red 152 ◦ green 59 ◦ blue 37

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

Shades of Tia Maria #983B25

Tints of Tia Maria #983B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.79%

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

R = 61.29%
G = 23.79%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#983B25 (or 0x983B25) is known color: Tia Maria. HEX triplet: 98, 3B and 25. RGB value is (152,59,37). Sum of RGB (Red+Green+Blue) = 152+59+37=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #983B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B25 is #67C4DA. Grayscale: #545454. Windows color (decimal): -6800603 or 2440088. OLE color: 2440088.

HSL color Cylindrical-coordinate representation of color #983B25: hue angle of 11.48º 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 #983B25 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 59 37 -
CMYK 0 0.61 0.76 0.40
HSL 11.48º 0.61% 0.37% -
HSV(B) 11.48º 0.76% 0.6% -
XYZ 14.85 9.94 2.89 -
YUV 84.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 152 59 37 0 0.61 0.76 0.40 11.48 0.61 0.37
Hex 98 3B 25 0 3D 4C 28 B 3D 25
Octal 230 73 45 0 75 114 50 13 75 45
Binary 10011000 111011 100101 0 111101 1001100 101000 1011 111101 100101

Color Harmonies of #983B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983B25

Black with #983B25

Text Example


Text Example

White with #983B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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