#96582A

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

Shades of Hawaiian Tan #96582A

Tints of Hawaiian Tan #96582A

Color information

#96582A (or 0x96582A) is unknown color: approx Hawaiian Tan. HEX triplet: 96, 58 and 2A. RGB value is (150,88,42). Sum of RGB (Red+Green+Blue) = 150+88+42=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96582A is #69A7D5. Grayscale: #656565. Windows color (decimal): -6924246 or 2775190. OLE color: 2775190.

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

Color convert

RGB1508842-
CMYK00.410.720.41
HSL25.56º56.25%37.65%-
HSV(B)25.56º72%58.82%-
XYZ16.4913.633.95-
YUV101.2994.54162.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 42 (16.80% from 255) = 15%
R=53.57%
G=31.43%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150884200.410.720.4125.5656.2537.65
Hex96582A02948291a3826
Octal2261305205111051327046
Binary1001011010110001010100101001100100010100111010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96582A; }

 p { color: rgb(150,88,42); }

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

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

 a { background-color: rgb(150,88,42); }

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

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

 span { border-color: rgb(150,88,42); }

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