Html Css Color HEX #955C26 Afghan Tan

📋 copy color: '#955C26'

red 149 ◦ green 92 ◦ blue 38

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

Shades of Afghan Tan #955C26

Tints of Afghan Tan #955C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 53.41%
G = 32.97%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#955C26 (or 0x955C26) is known color: Afghan Tan. HEX triplet: 95, 5C and 26. RGB value is (149,92,38). Sum of RGB (Red+Green+Blue) = 149+92+38=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #955C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C26 is #6AA3D9. Grayscale: #676767. Windows color (decimal): -6988762 or 2514069. OLE color: 2514069.

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

Color convert

RGB 149 92 38 -
CMYK 0 0.38 0.74 0.42
HSL 29.19º 0.59% 0.37% -
HSV(B) 29.19º 0.74% 0.58% -
XYZ 16.57 14.18 3.7 -
YUV 102.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 149 92 38 0 0.38 0.74 0.42 29.19 0.59 0.37
Hex 95 5C 26 0 26 4A 2A 1D 3B 25
Octal 225 134 46 0 46 112 52 35 73 45
Binary 10010101 1011100 100110 0 100110 1001010 101010 11101 111011 100101

Color Harmonies of #955C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C26

Black with #955C26

Text Example


Text Example

White with #955C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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