Html Css Color HEX #955C28 Afghan Tan

📋 copy color: '#955C28'

red 149 ◦ green 92 ◦ blue 40

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

Shades of Afghan Tan #955C28

Tints of Afghan Tan #955C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 53.02%
G = 32.74%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#955C28 (or 0x955C28) is known color: Afghan Tan. HEX triplet: 95, 5C and 28. RGB value is (149,92,40). Sum of RGB (Red+Green+Blue) = 149+92+40=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #955C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C28 is #6AA3D7. Grayscale: #676767. Windows color (decimal): -6988760 or 2645141. OLE color: 2645141.

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

Color convert

RGB 149 92 40 -
CMYK 0 0.38 0.73 0.42
HSL 28.62º 0.58% 0.37% -
HSV(B) 28.62º 0.73% 0.58% -
XYZ 16.6 14.2 3.87 -
YUV 103.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 149 92 40 0 0.38 0.73 0.42 28.62 0.58 0.37
Hex 95 5C 28 0 26 49 2A 1D 3A 25
Octal 225 134 50 0 46 111 52 35 72 45
Binary 10010101 1011100 101000 0 100110 1001001 101010 11101 111010 100101

Color Harmonies of #955C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C28

Black with #955C28

Text Example


Text Example

White with #955C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,92,40); }

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

background-color css

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

 a { background-color: rgb(149,92,40); }

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

border-color css

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

 span { border-color: rgb(149,92,40); }

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