Html Css Color HEX #955B1D Afghan Tan

📋 copy color: '#955B1D'

red 149 ◦ green 91 ◦ blue 29

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

Shades of Afghan Tan #955B1D

Tints of Afghan Tan #955B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 55.39%
G = 33.83%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#955B1D (or 0x955B1D) is known color: Afghan Tan. HEX triplet: 95, 5B and 1D. RGB value is (149,91,29). Sum of RGB (Red+Green+Blue) = 149+91+29=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #955B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B1D is #6AA4E2. Grayscale: #656565. Windows color (decimal): -6989027 or 1923989. OLE color: 1923989.

HSL color Cylindrical-coordinate representation of color #955B1D: hue angle of 31º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #955B1D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 91 29 -
CMYK 0 0.39 0.81 0.42
HSL 31º 0.67% 0.35% -
HSV(B) 31º 0.81% 0.58% -
XYZ 16.36 13.96 2.99 -
YUV 101.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 149 91 29 0 0.39 0.81 0.42 31 0.67 0.35
Hex 95 5B 1D 0 27 51 2A 1F 43 23
Octal 225 133 35 0 47 121 52 37 103 43
Binary 10010101 1011011 11101 0 100111 1010001 101010 11111 1000011 100011

Color Harmonies of #955B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B1D

Black with #955B1D

Text Example


Text Example

White with #955B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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