Html Css Color HEX #935319 Afghan Tan

📋 copy color: '#935319'

red 147 ◦ green 83 ◦ blue 25

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

Shades of Afghan Tan #935319

Tints of Afghan Tan #935319

RGB

 RED value IS 147 (57.81% from 255) = 57.65%

 GREEN value IS 83 (32.81% from 255) = 32.55%

 BLUE value IS 25 (10.16% from 255) = 9.8%

R = 57.65%
G = 32.55%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#935319 (or 0x935319) is known color: Afghan Tan. HEX triplet: 93, 53 and 19. RGB value is (147,83,25). Sum of RGB (Red+Green+Blue) = 147+83+25=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #935319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935319 is #6CACE6. Grayscale: #5F5F5F. Windows color (decimal): -7122151 or 1659795. OLE color: 1659795.

HSL color Cylindrical-coordinate representation of color #935319: hue angle of 28.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #935319 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 83 25 -
CMYK 0 0.44 0.83 0.42
HSL 28.52º 0.71% 0.34% -
HSV(B) 28.52º 0.83% 0.58% -
XYZ 15.3 12.46 2.52 -
YUV 95.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 147 83 25 0 0.44 0.83 0.42 28.52 0.71 0.34
Hex 93 53 19 0 2C 53 2A 1D 47 22
Octal 223 123 31 0 54 123 52 35 107 42
Binary 10010011 1010011 11001 0 101100 1010011 101010 11101 1000111 100010

Color Harmonies of #935319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935319

Black with #935319

Text Example


Text Example

White with #935319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935319; }

 p { color: rgb(147,83,25); }

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

background-color css

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

 a { background-color: rgb(147,83,25); }

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

border-color css

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

 span { border-color: rgb(147,83,25); }

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