Html Css Color HEX #974326 Tia Maria

📋 copy color: '#974326'

red 151 ◦ green 67 ◦ blue 38

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

Shades of Tia Maria #974326

Tints of Tia Maria #974326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 58.98%
G = 26.17%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#974326 (or 0x974326) is known color: Tia Maria. HEX triplet: 97, 43 and 26. RGB value is (151,67,38). Sum of RGB (Red+Green+Blue) = 151+67+38=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #974326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974326 is #68BCD9. Grayscale: #595959. Windows color (decimal): -6864090 or 2507671. OLE color: 2507671.

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

Color convert

RGB 151 67 38 -
CMYK 0 0.56 0.75 0.41
HSL 15.4º 0.6% 0.37% -
HSV(B) 15.4º 0.75% 0.59% -
XYZ 15.12 10.73 3.11 -
YUV 88.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 151 67 38 0 0.56 0.75 0.41 15.4 0.6 0.37
Hex 97 43 26 0 38 4B 29 F 3C 25
Octal 227 103 46 0 70 113 51 17 74 45
Binary 10010111 1000011 100110 0 111000 1001011 101001 1111 111100 100101

Color Harmonies of #974326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974326

Black with #974326

Text Example


Text Example

White with #974326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974326; }

 p { color: rgb(151,67,38); }

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

background-color css

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

 a { background-color: rgb(151,67,38); }

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

border-color css

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

 span { border-color: rgb(151,67,38); }

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