Html Css Color HEX #995822 Afghan Tan

📋 copy color: '#995822'

red 153 ◦ green 88 ◦ blue 34

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

Shades of Afghan Tan #995822

Tints of Afghan Tan #995822

RGB

 RED value IS 153 (60.16% from 255) = 55.64%

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

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

R = 55.64%
G = 32%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#995822 (or 0x995822) is known color: Afghan Tan. HEX triplet: 99, 58 and 22. RGB value is (153,88,34). Sum of RGB (Red+Green+Blue) = 153+88+34=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #995822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995822 is #66A7DD. Grayscale: #656565. Windows color (decimal): -6727646 or 2250905. OLE color: 2250905.

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

Color convert

RGB 153 88 34 -
CMYK 0 0.42 0.78 0.4
HSL 27.23º 0.64% 0.37% -
HSV(B) 27.23º 0.78% 0.6% -
XYZ 16.92 13.87 3.3 -
YUV 101.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 153 88 34 0 0.42 0.78 0.4 27.23 0.64 0.37
Hex 99 58 22 0 2A 4E 28 1B 40 25
Octal 231 130 42 0 52 116 50 33 100 45
Binary 10011001 1011000 100010 0 101010 1001110 101000 11011 1000000 100101

Color Harmonies of #995822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995822

Black with #995822

Text Example


Text Example

White with #995822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995822; }

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

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

background-color css

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

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

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

border-color css

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

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

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