Html Css Color HEX #955D2B Afghan Tan

📋 copy color: '#955D2B'

red 149 ◦ green 93 ◦ blue 43

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

Shades of Afghan Tan #955D2B

Tints of Afghan Tan #955D2B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 52.28%
G = 32.63%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#955D2B (or 0x955D2B) is known color: Afghan Tan. HEX triplet: 95, 5D and 2B. RGB value is (149,93,43). Sum of RGB (Red+Green+Blue) = 149+93+43=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #955D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D2B is #6AA2D4. Grayscale: #686868. Windows color (decimal): -6988501 or 2842005. OLE color: 2842005.

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

Color convert

RGB 149 93 43 -
CMYK 0 0.38 0.71 0.42
HSL 28.3º 0.55% 0.38% -
HSV(B) 28.3º 0.71% 0.58% -
XYZ 16.74 14.39 4.18 -
YUV 104.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 149 93 43 0 0.38 0.71 0.42 28.3 0.55 0.38
Hex 95 5D 2B 0 26 47 2A 1C 37 26
Octal 225 135 53 0 46 107 52 34 67 46
Binary 10010101 1011101 101011 0 100110 1000111 101010 11100 110111 100110

Color Harmonies of #955D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D2B

Black with #955D2B

Text Example


Text Example

White with #955D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,93,43); }

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

background-color css

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

 a { background-color: rgb(149,93,43); }

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

border-color css

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

 span { border-color: rgb(149,93,43); }

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