Html Css Color HEX #973E2A Tia Maria

📋 copy color: '#973E2A'

red 151 ◦ green 62 ◦ blue 42

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

Shades of Tia Maria #973E2A

Tints of Tia Maria #973E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 59.22%
G = 24.31%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#973E2A (or 0x973E2A) is known color: Tia Maria. HEX triplet: 97, 3E and 2A. RGB value is (151,62,42). Sum of RGB (Red+Green+Blue) = 151+62+42=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #973E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973E2A is #68C1D5. Grayscale: #565656. Windows color (decimal): -6865366 or 2768535. OLE color: 2768535.

HSL color Cylindrical-coordinate representation of color #973E2A: hue angle of 11.01º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973E2A is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 62 42 -
CMYK 0 0.59 0.72 0.41
HSL 11.01º 0.56% 0.38% -
HSV(B) 11.01º 0.72% 0.59% -
XYZ 14.9 10.19 3.37 -
YUV 86.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 151 62 42 0 0.59 0.72 0.41 11.01 0.56 0.38
Hex 97 3E 2A 0 3B 48 29 B 38 26
Octal 227 76 52 0 73 110 51 13 70 46
Binary 10010111 111110 101010 0 111011 1001000 101001 1011 111000 100110

Color Harmonies of #973E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973E2A

Black with #973E2A

Text Example


Text Example

White with #973E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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