#995A2A

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

Shades of Hawaiian Tan #995A2A

Tints of Hawaiian Tan #995A2A

Color information

#995A2A (or 0x995A2A) is unknown color: approx Hawaiian Tan. HEX triplet: 99, 5A and 2A. RGB value is (153,90,42). Sum of RGB (Red+Green+Blue) = 153+90+42=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #995A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A2A is #66A5D5. Grayscale: #676767. Windows color (decimal): -6727126 or 2775705. OLE color: 2775705.

HSL color Cylindrical-coordinate representation of color #995A2A: hue angle of 25.95º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #995A2A is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1539042-
CMYK00.410.730.4
HSL25.95º56.92%38.24%-
HSV(B)25.95º72.55%60%-
XYZ17.2114.254.03-
YUV103.3693.37163.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=53.68%
G=31.58%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153904200.410.730.425.9556.9238.24
Hex995A2A02949281a3926
Octal2311325205111150327146
Binary1001100110110101010100101001100100110100011010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995A2A; }

 p { color: rgb(153,90,42); }

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

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

 a { background-color: rgb(153,90,42); }

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

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

 span { border-color: rgb(153,90,42); }

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