#965030

Color #965030 Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #965030

Tints of Alert Tan #965030

Color information

#965030 (or 0x965030) is unknown color: approx Alert Tan. HEX triplet: 96, 50 and 30. RGB value is (150,80,48). Sum of RGB (Red+Green+Blue) = 150+80+48=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #965030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965030 is #69AFCF. Grayscale: #616161. Windows color (decimal): -6926288 or 3166358. OLE color: 3166358.

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

Color convert

RGB1508048-
CMYK00.470.680.41
HSL18.82º51.52%38.82%-
HSV(B)18.82º68%58.82%-
XYZ15.9812.434.35-
YUV97.28100.19165.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=53.96%
G=28.78%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150804800.470.680.4118.8251.5238.82
Hex96503002F4429133427
Octal2261206005710451236447
Binary1001011010100001100000101111100010010100110011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965030; }

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

 H1.HeaderClassName
 {
   color: #965030;
 }
 .AnyTagClassName
 {
   color: #965030;
 }
</style>
background-color css

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

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

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

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

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

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