Html Css Color HEX #98581F Afghan Tan

📋 copy color: '#98581F'

red 152 ◦ green 88 ◦ blue 31

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

Shades of Afghan Tan #98581F

Tints of Afghan Tan #98581F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 56.09%
G = 32.47%
B = 11.44%

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

#98581F (or 0x98581F) is known color: Afghan Tan. HEX triplet: 98, 58 and 1F. RGB value is (152,88,31). Sum of RGB (Red+Green+Blue) = 152+88+31=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #98581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98581F is #67A7E0. Grayscale: #646464. Windows color (decimal): -6793185 or 2054296. OLE color: 2054296.

HSL color Cylindrical-coordinate representation of color #98581F: hue angle of 28.26º degrees, saturation: 0.66, 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 #98581F is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 31 -
CMYK 0 0.42 0.80 0.40
HSL 28.26º 0.66% 0.36% -
HSV(B) 28.26º 0.8% 0.6% -
XYZ 16.69 13.75 3.07 -
YUV 100.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 152 88 31 0 0.42 0.80 0.40 28.26 0.66 0.36
Hex 98 58 1F 0 2A 50 28 1C 42 24
Octal 230 130 37 0 52 120 50 34 102 44
Binary 10011000 1011000 11111 0 101010 1010000 101000 11100 1000010 100100

Color Harmonies of #98581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98581F

Black with #98581F

Text Example


Text Example

White with #98581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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