Html Css Color HEX #98581C Afghan Tan

📋 copy color: '#98581C'

red 152 ◦ green 88 ◦ blue 28

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

Shades of Afghan Tan #98581C

Tints of Afghan Tan #98581C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 56.72%
G = 32.84%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98581C (or 0x98581C) is known color: Afghan Tan. HEX triplet: 98, 58 and 1C. RGB value is (152,88,28). Sum of RGB (Red+Green+Blue) = 152+88+28=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98581C is #67A7E3. Grayscale: #646464. Windows color (decimal): -6793188 or 1857688. OLE color: 1857688.

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

Color convert

RGB 152 88 28 -
CMYK 0 0.42 0.82 0.40
HSL 29.03º 0.69% 0.35% -
HSV(B) 29.03º 0.82% 0.6% -
XYZ 16.65 13.74 2.87 -
YUV 100.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 152 88 28 0 0.42 0.82 0.40 29.03 0.69 0.35
Hex 98 58 1C 0 2A 52 28 1D 45 23
Octal 230 130 34 0 52 122 50 35 105 43
Binary 10011000 1011000 11100 0 101010 1010010 101000 11101 1000101 100011

Color Harmonies of #98581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98581C

Black with #98581C

Text Example


Text Example

White with #98581C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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