Html Css Color HEX #98581E Afghan Tan

📋 copy color: '#98581E'

red 152 ◦ green 88 ◦ blue 30

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

Shades of Afghan Tan #98581E

Tints of Afghan Tan #98581E

RGB

 RED value IS 152 (59.77% from 255) = 56.3%

 GREEN value IS 88 (34.77% from 255) = 32.59%

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 56.3%
G = 32.59%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98581E (or 0x98581E) is known color: Afghan Tan. HEX triplet: 98, 58 and 1E. RGB value is (152,88,30). Sum of RGB (Red+Green+Blue) = 152+88+30=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #98581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98581E is #67A7E1. Grayscale: #646464. Windows color (decimal): -6793186 or 1988760. OLE color: 1988760.

HSL color Cylindrical-coordinate representation of color #98581E: hue angle of 28.52º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98581E is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 30 -
CMYK 0 0.42 0.80 0.40
HSL 28.52º 0.67% 0.36% -
HSV(B) 28.52º 0.8% 0.6% -
XYZ 16.67 13.75 3 -
YUV 100.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 152 88 30 0 0.42 0.80 0.40 28.52 0.67 0.36
Hex 98 58 1E 0 2A 50 28 1D 43 24
Octal 230 130 36 0 52 120 50 35 103 44
Binary 10011000 1011000 11110 0 101010 1010000 101000 11101 1000011 100100

Color Harmonies of #98581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98581E

Black with #98581E

Text Example


Text Example

White with #98581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98581E; }

 p { color: rgb(152,88,30); }

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

background-color css

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

 a { background-color: rgb(152,88,30); }

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

border-color css

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

 span { border-color: rgb(152,88,30); }

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