Html Css Color HEX #974328 Tia Maria

📋 copy color: '#974328'

red 151 ◦ green 67 ◦ blue 40

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

Shades of Tia Maria #974328

Tints of Tia Maria #974328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 58.53%
G = 25.97%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#974328 (or 0x974328) is known color: Tia Maria. HEX triplet: 97, 43 and 28. RGB value is (151,67,40). Sum of RGB (Red+Green+Blue) = 151+67+40=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #974328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974328 is #68BCD7. Grayscale: #595959. Windows color (decimal): -6864088 or 2638743. OLE color: 2638743.

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

Color convert

RGB 151 67 40 -
CMYK 0 0.56 0.74 0.41
HSL 14.59º 0.58% 0.37% -
HSV(B) 14.59º 0.74% 0.59% -
XYZ 15.15 10.75 3.28 -
YUV 89.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 151 67 40 0 0.56 0.74 0.41 14.59 0.58 0.37
Hex 97 43 28 0 38 4A 29 F 3A 25
Octal 227 103 50 0 70 112 51 17 72 45
Binary 10010111 1000011 101000 0 111000 1001010 101001 1111 111010 100101

Color Harmonies of #974328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974328

Black with #974328

Text Example


Text Example

White with #974328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974328; }

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

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

background-color css

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

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

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

border-color css

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

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

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