Html Css Color HEX #974233 Tia Maria

📋 copy color: '#974233'

red 151 ◦ green 66 ◦ blue 51

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

Shades of Tia Maria #974233

Tints of Tia Maria #974233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 56.34%
G = 24.63%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#974233 (or 0x974233) is known color: Tia Maria. HEX triplet: 97, 42 and 33. RGB value is (151,66,51). Sum of RGB (Red+Green+Blue) = 151+66+51=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #974233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974233 is #68BDCC. Grayscale: #595959. Windows color (decimal): -6864333 or 3359383. OLE color: 3359383.

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

Color convert

RGB 151 66 51 -
CMYK 0 0.56 0.66 0.41
HSL 0.5% 0.4% -
HSV(B) 0.66% 0.59% -
XYZ 15.31 10.71 4.39 -
YUV 89.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 151 66 51 0 0.56 0.66 0.41 9 0.5 0.4
Hex 97 42 33 0 38 42 29 9 32 28
Octal 227 102 63 0 70 102 51 11 62 50
Binary 10010111 1000010 110011 0 111000 1000010 101001 1001 110010 101000

Color Harmonies of #974233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974233

Black with #974233

Text Example


Text Example

White with #974233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974233; }

 p { color: rgb(151,66,51); }

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

background-color css

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

 a { background-color: rgb(151,66,51); }

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

border-color css

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

 span { border-color: rgb(151,66,51); }

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