Html Css Color HEX #955D1F Afghan Tan

📋 copy color: '#955D1F'

red 149 ◦ green 93 ◦ blue 31

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

Shades of Afghan Tan #955D1F

Tints of Afghan Tan #955D1F

RGB

 RED value IS 149 (58.59% from 255) = 54.58%

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

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 54.58%
G = 34.07%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#955D1F (or 0x955D1F) is known color: Afghan Tan. HEX triplet: 95, 5D and 1F. RGB value is (149,93,31). Sum of RGB (Red+Green+Blue) = 149+93+31=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #955D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D1F is #6AA2E0. Grayscale: #666666. Windows color (decimal): -6988513 or 2055573. OLE color: 2055573.

HSL color Cylindrical-coordinate representation of color #955D1F: hue angle of 31.53º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #955D1F is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 93 31 -
CMYK 0 0.38 0.79 0.42
HSL 31.53º 0.66% 0.35% -
HSV(B) 31.53º 0.79% 0.58% -
XYZ 16.56 14.32 3.19 -
YUV 102.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 149 93 31 0 0.38 0.79 0.42 31.53 0.66 0.35
Hex 95 5D 1F 0 26 4F 2A 20 42 23
Octal 225 135 37 0 46 117 52 40 102 43
Binary 10010101 1011101 11111 0 100110 1001111 101010 100000 1000010 100011

Color Harmonies of #955D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D1F

Black with #955D1F

Text Example


Text Example

White with #955D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955D1F; }

 p { color: rgb(149,93,31); }

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

background-color css

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

 a { background-color: rgb(149,93,31); }

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

border-color css

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

 span { border-color: rgb(149,93,31); }

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