Html Css Color HEX #955A1F Afghan Tan

📋 copy color: '#955A1F'

red 149 ◦ green 90 ◦ blue 31

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

Shades of Afghan Tan #955A1F

Tints of Afghan Tan #955A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

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

R = 55.19%
G = 33.33%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#955A1F (or 0x955A1F) is known color: Afghan Tan. HEX triplet: 95, 5A and 1F. RGB value is (149,90,31). Sum of RGB (Red+Green+Blue) = 149+90+31=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #955A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A1F is #6AA5E0. Grayscale: #656565. Windows color (decimal): -6989281 or 2054805. OLE color: 2054805.

HSL color Cylindrical-coordinate representation of color #955A1F: hue angle of 30º 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 #955A1F is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 31 -
CMYK 0 0.40 0.79 0.42
HSL 30º 0.66% 0.35% -
HSV(B) 30º 0.79% 0.58% -
XYZ 16.3 13.8 3.1 -
YUV 100.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 149 90 31 0 0.40 0.79 0.42 30 0.66 0.35
Hex 95 5A 1F 0 28 4F 2A 1E 42 23
Octal 225 132 37 0 50 117 52 36 102 43
Binary 10010101 1011010 11111 0 101000 1001111 101010 11110 1000010 100011

Color Harmonies of #955A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A1F

Black with #955A1F

Text Example


Text Example

White with #955A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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