Html Css Color HEX #955A1A Afghan Tan

📋 copy color: '#955A1A'

red 149 ◦ green 90 ◦ blue 26

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

Shades of Afghan Tan #955A1A

Tints of Afghan Tan #955A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 56.23%
G = 33.96%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#955A1A (or 0x955A1A) is known color: Afghan Tan. HEX triplet: 95, 5A and 1A. RGB value is (149,90,26). Sum of RGB (Red+Green+Blue) = 149+90+26=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #955A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A1A is #6AA5E5. Grayscale: #646464. Windows color (decimal): -6989286 or 1727125. OLE color: 1727125.

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

Color convert

RGB 149 90 26 -
CMYK 0 0.40 0.83 0.42
HSL 31.22º 0.7% 0.34% -
HSV(B) 31.22º 0.83% 0.58% -
XYZ 16.24 13.78 2.78 -
YUV 100.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 149 90 26 0 0.40 0.83 0.42 31.22 0.7 0.34
Hex 95 5A 1A 0 28 53 2A 1F 46 22
Octal 225 132 32 0 50 123 52 37 106 42
Binary 10010101 1011010 11010 0 101000 1010011 101010 11111 1000110 100010

Color Harmonies of #955A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A1A

Black with #955A1A

Text Example


Text Example

White with #955A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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