Html Css Color HEX #985822 Afghan Tan

📋 copy color: '#985822'

red 152 ◦ green 88 ◦ blue 34

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

Shades of Afghan Tan #985822

Tints of Afghan Tan #985822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.41%

R = 55.47%
G = 32.12%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#985822 (or 0x985822) is known color: Afghan Tan. HEX triplet: 98, 58 and 22. RGB value is (152,88,34). Sum of RGB (Red+Green+Blue) = 152+88+34=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #985822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985822 is #67A7DD. Grayscale: #656565. Windows color (decimal): -6793182 or 2250904. OLE color: 2250904.

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

Color convert

RGB 152 88 34 -
CMYK 0 0.42 0.78 0.40
HSL 27.46º 0.63% 0.36% -
HSV(B) 27.46º 0.78% 0.6% -
XYZ 16.73 13.77 3.29 -
YUV 100.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 152 88 34 0 0.42 0.78 0.40 27.46 0.63 0.36
Hex 98 58 22 0 2A 4E 28 1B 3F 24
Octal 230 130 42 0 52 116 50 33 77 44
Binary 10011000 1011000 100010 0 101010 1001110 101000 11011 111111 100100

Color Harmonies of #985822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985822

Black with #985822

Text Example


Text Example

White with #985822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985822; }

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

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

background-color css

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

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

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

border-color css

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

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

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