Html Css Color HEX #973E2E Tia Maria

📋 copy color: '#973E2E'

red 151 ◦ green 62 ◦ blue 46

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

Shades of Tia Maria #973E2E

Tints of Tia Maria #973E2E

RGB

 RED value IS 151 (59.38% from 255) = 58.3%

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

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

R = 58.3%
G = 23.94%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#973E2E (or 0x973E2E) is known color: Tia Maria. HEX triplet: 97, 3E and 2E. RGB value is (151,62,46). Sum of RGB (Red+Green+Blue) = 151+62+46=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #973E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973E2E is #68C1D1. Grayscale: #565656. Windows color (decimal): -6865362 or 3030679. OLE color: 3030679.

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

Color convert

RGB 151 62 46 -
CMYK 0 0.59 0.70 0.41
HSL 9.14º 0.53% 0.39% -
HSV(B) 9.14º 0.7% 0.59% -
XYZ 14.98 10.22 3.77 -
YUV 86.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 151 62 46 0 0.59 0.70 0.41 9.14 0.53 0.39
Hex 97 3E 2E 0 3B 46 29 9 35 27
Octal 227 76 56 0 73 106 51 11 65 47
Binary 10010111 111110 101110 0 111011 1000110 101001 1001 110101 100111

Color Harmonies of #973E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973E2E

Black with #973E2E

Text Example


Text Example

White with #973E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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