Html Css Color HEX #995D23 Afghan Tan

📋 copy color: '#995D23'

red 153 ◦ green 93 ◦ blue 35

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

Shades of Afghan Tan #995D23

Tints of Afghan Tan #995D23

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 35 (14.06% from 255) = 12.46%

R = 54.45%
G = 33.1%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#995D23 (or 0x995D23) is known color: Afghan Tan. HEX triplet: 99, 5D and 23. RGB value is (153,93,35). Sum of RGB (Red+Green+Blue) = 153+93+35=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #995D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D23 is #66A2DC. Grayscale: #686868. Windows color (decimal): -6726365 or 2317721. OLE color: 2317721.

HSL color Cylindrical-coordinate representation of color #995D23: hue angle of 29.49º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #995D23 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 93 35 -
CMYK 0 0.39 0.77 0.4
HSL 29.49º 0.63% 0.37% -
HSV(B) 29.49º 0.77% 0.6% -
XYZ 17.35 14.72 3.52 -
YUV 104.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 153 93 35 0 0.39 0.77 0.4 29.49 0.63 0.37
Hex 99 5D 23 0 27 4D 28 1D 3F 25
Octal 231 135 43 0 47 115 50 35 77 45
Binary 10011001 1011101 100011 0 100111 1001101 101000 11101 111111 100101

Color Harmonies of #995D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995D23

Black with #995D23

Text Example


Text Example

White with #995D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995D23; }

 p { color: rgb(153,93,35); }

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

background-color css

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

 a { background-color: rgb(153,93,35); }

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

border-color css

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

 span { border-color: rgb(153,93,35); }

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