Html Css Color HEX #955F2B Afghan Tan

📋 copy color: '#955F2B'

red 149 ◦ green 95 ◦ blue 43

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

Shades of Afghan Tan #955F2B

Tints of Afghan Tan #955F2B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.1%

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

R = 51.92%
G = 33.1%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#955F2B (or 0x955F2B) is known color: Afghan Tan. HEX triplet: 95, 5F and 2B. RGB value is (149,95,43). Sum of RGB (Red+Green+Blue) = 149+95+43=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #955F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F2B is #6AA0D4. Grayscale: #696969. Windows color (decimal): -6987989 or 2842517. OLE color: 2842517.

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

Color convert

RGB 149 95 43 -
CMYK 0 0.36 0.71 0.42
HSL 29.43º 0.55% 0.38% -
HSV(B) 29.43º 0.71% 0.58% -
XYZ 16.92 14.75 4.24 -
YUV 105.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 149 95 43 0 0.36 0.71 0.42 29.43 0.55 0.38
Hex 95 5F 2B 0 24 47 2A 1D 37 26
Octal 225 137 53 0 44 107 52 35 67 46
Binary 10010101 1011111 101011 0 100100 1000111 101010 11101 110111 100110

Color Harmonies of #955F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F2B

Black with #955F2B

Text Example


Text Example

White with #955F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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