Html Css Color HEX #885B1B Afghan Tan

📋 copy color: '#885B1B'

red 136 ◦ green 91 ◦ blue 27

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

Shades of Afghan Tan #885B1B

Tints of Afghan Tan #885B1B

RGB

 RED value IS 136 (53.52% from 255) = 53.54%

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 53.54%
G = 35.83%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#885B1B (or 0x885B1B) is known color: Afghan Tan. HEX triplet: 88, 5B and 1B. RGB value is (136,91,27). Sum of RGB (Red+Green+Blue) = 136+91+27=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #885B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B1B is #77A4E4. Grayscale: #616161. Windows color (decimal): -7840997 or 1792904. OLE color: 1792904.

HSL color Cylindrical-coordinate representation of color #885B1B: hue angle of 35.23º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #885B1B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 91 27 -
CMYK 0 0.33 0.80 0.47
HSL 35.23º 0.67% 0.32% -
HSV(B) 35.23º 0.8% 0.53% -
XYZ 14.09 12.8 2.76 -
YUV 97.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 136 91 27 0 0.33 0.80 0.47 35.23 0.67 0.32
Hex 88 5B 1B 0 21 50 2F 23 43 20
Octal 210 133 33 0 41 120 57 43 103 40
Binary 10001000 1011011 11011 0 100001 1010000 101111 100011 1000011 100000

Color Harmonies of #885B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B1B

Black with #885B1B

Text Example


Text Example

White with #885B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885B1B; }

 p { color: rgb(136,91,27); }

 H1.HeaderClassName
 {
   color: #885B1B;
 }
 .AnyTagClassName
 {
   color: #885B1B;
 }
</style>

background-color css

<style>
 a { background-color: #885B1B; }

 a { background-color: rgb(136,91,27); }

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

border-color css

<style>
 span { border-color: #885B1B; }

 span { border-color: rgb(136,91,27); }

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