#955A23

Color #955A23 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #955A23

Tints of Afghan Tan #955A23

Color information

#955A23 (or 0x955A23) is unknown color: approx Afghan Tan. HEX triplet: 95, 5A and 23. RGB value is (149,90,35). Sum of RGB (Red+Green+Blue) = 149+90+35=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #955A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A23 is #6AA5DC. Grayscale: #656565. Windows color (decimal): -6989277 or 2316949. OLE color: 2316949.

HSL color Cylindrical-coordinate representation of color #955A23: hue angle of 28.95º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #955A23 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB1499035-
CMYK00.400.770.42
HSL28.95º61.96%36.08%-
HSV(B)28.95º76.51%58.43%-
XYZ16.3513.823.4-
YUV101.3790.55161.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 35 (14.06% from 255) = 12.77%
R=54.38%
G=32.85%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149903500.400.770.4228.9561.9636.08
Hex955A230284D2A1d3e24
Octal2251324305011552357644
Binary1001010110110101000110101000100110110101011101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #955A23;
 }
 .AnyTagClassName
 {
   color: #955A23;
 }
</style>
background-color css

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

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

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

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

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

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