Html Css Color HEX #995C25 Afghan Tan

📋 copy color: '#995C25'

red 153 ◦ green 92 ◦ blue 37

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

Shades of Afghan Tan #995C25

Tints of Afghan Tan #995C25

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

 BLUE value IS 37 (14.84% from 255) = 13.12%

R = 54.26%
G = 32.62%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#995C25 (or 0x995C25) is known color: Afghan Tan. HEX triplet: 99, 5C and 25. RGB value is (153,92,37). Sum of RGB (Red+Green+Blue) = 153+92+37=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #995C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C25 is #66A3DA. Grayscale: #686868. Windows color (decimal): -6726619 or 2448537. OLE color: 2448537.

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

Color convert

RGB 153 92 37 -
CMYK 0 0.40 0.76 0.4
HSL 28.45º 0.61% 0.37% -
HSV(B) 28.45º 0.76% 0.6% -
XYZ 17.3 14.56 3.65 -
YUV 103.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 153 92 37 0 0.40 0.76 0.4 28.45 0.61 0.37
Hex 99 5C 25 0 28 4C 28 1C 3D 25
Octal 231 134 45 0 50 114 50 34 75 45
Binary 10011001 1011100 100101 0 101000 1001100 101000 11100 111101 100101

Color Harmonies of #995C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C25

Black with #995C25

Text Example


Text Example

White with #995C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,92,37); }

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

background-color css

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

 a { background-color: rgb(153,92,37); }

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

border-color css

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

 span { border-color: rgb(153,92,37); }

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