Html Css Color HEX #955B27 Afghan Tan

📋 copy color: '#955B27'

red 149 ◦ green 91 ◦ blue 39

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

Shades of Afghan Tan #955B27

Tints of Afghan Tan #955B27

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

 BLUE value IS 39 (15.63% from 255) = 13.98%

R = 53.41%
G = 32.62%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#955B27 (or 0x955B27) is known color: Afghan Tan. HEX triplet: 95, 5B and 27. RGB value is (149,91,39). Sum of RGB (Red+Green+Blue) = 149+91+39=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #955B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B27 is #6AA4D8. Grayscale: #666666. Windows color (decimal): -6989017 or 2579349. OLE color: 2579349.

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

Color convert

RGB 149 91 39 -
CMYK 0 0.39 0.74 0.42
HSL 28.36º 0.59% 0.37% -
HSV(B) 28.36º 0.74% 0.58% -
XYZ 16.5 14.02 3.76 -
YUV 102.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 149 91 39 0 0.39 0.74 0.42 28.36 0.59 0.37
Hex 95 5B 27 0 27 4A 2A 1C 3B 25
Octal 225 133 47 0 47 112 52 34 73 45
Binary 10010101 1011011 100111 0 100111 1001010 101010 11100 111011 100101

Color Harmonies of #955B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B27

Black with #955B27

Text Example


Text Example

White with #955B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,91,39); }

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

background-color css

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

 a { background-color: rgb(149,91,39); }

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

border-color css

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

 span { border-color: rgb(149,91,39); }

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