Html Css Color HEX #98581D Afghan Tan

📋 copy color: '#98581D'

red 152 ◦ green 88 ◦ blue 29

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

Shades of Afghan Tan #98581D

Tints of Afghan Tan #98581D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 56.51%
G = 32.71%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98581D (or 0x98581D) is known color: Afghan Tan. HEX triplet: 98, 58 and 1D. RGB value is (152,88,29). Sum of RGB (Red+Green+Blue) = 152+88+29=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98581D is #67A7E2. Grayscale: #646464. Windows color (decimal): -6793187 or 1923224. OLE color: 1923224.

HSL color Cylindrical-coordinate representation of color #98581D: hue angle of 28.78º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98581D is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 29 -
CMYK 0 0.42 0.81 0.40
HSL 28.78º 0.68% 0.35% -
HSV(B) 28.78º 0.81% 0.6% -
XYZ 16.66 13.74 2.94 -
YUV 100.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 152 88 29 0 0.42 0.81 0.40 28.78 0.68 0.35
Hex 98 58 1D 0 2A 51 28 1D 44 23
Octal 230 130 35 0 52 121 50 35 104 43
Binary 10011000 1011000 11101 0 101010 1010001 101000 11101 1000100 100011

Color Harmonies of #98581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98581D

Black with #98581D

Text Example


Text Example

White with #98581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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