#99581B

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

Shades of Afghan Tan #99581B

Tints of Afghan Tan #99581B

Color information

#99581B (or 0x99581B) is unknown color: approx Afghan Tan. HEX triplet: 99, 58 and 1B. RGB value is (153,88,27). Sum of RGB (Red+Green+Blue) = 153+88+27=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99581B is #66A7E4. Grayscale: #646464. Windows color (decimal): -6727653 or 1792153. OLE color: 1792153.

HSL color Cylindrical-coordinate representation of color #99581B: hue angle of 29.05º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99581B is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1538827-
CMYK00.420.820.4
HSL29.05º70%35.29%-
HSV(B)29.05º82.35%60%-
XYZ16.8213.832.82-
YUV100.4886.53165.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=57.09%
G=32.84%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153882700.420.820.429.057035.29
Hex99581B02A52281d4623
Octal23113033052122503510643
Binary1001100110110001101101010101010010101000111011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99581B; }

 p { color: rgb(153,88,27); }

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

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

 a { background-color: rgb(153,88,27); }

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

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

 span { border-color: rgb(153,88,27); }

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