Html Css Color HEX #974530 Tia Maria

📋 copy color: '#974530'

red 151 ◦ green 69 ◦ blue 48

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

Shades of Tia Maria #974530

Tints of Tia Maria #974530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

 BLUE value IS 48 (19.14% from 255) = 17.91%

R = 56.34%
G = 25.75%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#974530 (or 0x974530) is known color: Tia Maria. HEX triplet: 97, 45 and 30. RGB value is (151,69,48). Sum of RGB (Red+Green+Blue) = 151+69+48=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #974530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974530 is #68BACF. Grayscale: #5B5B5B. Windows color (decimal): -6863568 or 3163543. OLE color: 3163543.

HSL color Cylindrical-coordinate representation of color #974530: hue angle of 12.23º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #974530 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 69 48 -
CMYK 0 0.54 0.68 0.41
HSL 12.23º 0.52% 0.39% -
HSV(B) 12.23º 0.68% 0.59% -
XYZ 15.42 11.05 4.12 -
YUV 91.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 151 69 48 0 0.54 0.68 0.41 12.23 0.52 0.39
Hex 97 45 30 0 36 44 29 C 34 27
Octal 227 105 60 0 66 104 51 14 64 47
Binary 10010111 1000101 110000 0 110110 1000100 101001 1100 110100 100111

Color Harmonies of #974530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974530

Black with #974530

Text Example


Text Example

White with #974530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974530; }

 p { color: rgb(151,69,48); }

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

background-color css

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

 a { background-color: rgb(151,69,48); }

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

border-color css

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

 span { border-color: rgb(151,69,48); }

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