Html Css Color HEX #975030 Alert Tan

📋 copy color: '#975030'

red 151 ◦ green 80 ◦ blue 48

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

Shades of Alert Tan #975030

Tints of Alert Tan #975030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 54.12%
G = 28.67%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#975030 (or 0x975030) is known color: Alert Tan. HEX triplet: 97, 50 and 30. RGB value is (151,80,48). Sum of RGB (Red+Green+Blue) = 151+80+48=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #975030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975030 is #68AFCF. Grayscale: #616161. Windows color (decimal): -6860752 or 3166359. OLE color: 3166359.

HSL color Cylindrical-coordinate representation of color #975030: hue angle of 18.64º 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 #975030 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 80 48 -
CMYK 0 0.47 0.68 0.41
HSL 18.64º 0.52% 0.39% -
HSV(B) 18.64º 0.68% 0.59% -
XYZ 16.16 12.53 4.36 -
YUV 97.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 151 80 48 0 0.47 0.68 0.41 18.64 0.52 0.39
Hex 97 50 30 0 2F 44 29 13 34 27
Octal 227 120 60 0 57 104 51 23 64 47
Binary 10010111 1010000 110000 0 101111 1000100 101001 10011 110100 100111

Color Harmonies of #975030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975030

Black with #975030

Text Example


Text Example

White with #975030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975030; }

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

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

background-color css

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

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

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

border-color css

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

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

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