Html Css Color HEX #885C1B Afghan Tan

📋 copy color: '#885C1B'

red 136 ◦ green 92 ◦ blue 27

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

Shades of Afghan Tan #885C1B

Tints of Afghan Tan #885C1B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.08%

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

R = 53.33%
G = 36.08%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#885C1B (or 0x885C1B) is known color: Afghan Tan. HEX triplet: 88, 5C and 1B. RGB value is (136,92,27). Sum of RGB (Red+Green+Blue) = 136+92+27=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #885C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C1B is #77A3E4. Grayscale: #626262. Windows color (decimal): -7840741 or 1793160. OLE color: 1793160.

HSL color Cylindrical-coordinate representation of color #885C1B: hue angle of 35.78º 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 #885C1B is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 92 27 -
CMYK 0 0.32 0.80 0.47
HSL 35.78º 0.67% 0.32% -
HSV(B) 35.78º 0.8% 0.53% -
XYZ 14.18 12.97 2.79 -
YUV 97.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 136 92 27 0 0.32 0.80 0.47 35.78 0.67 0.32
Hex 88 5C 1B 0 20 50 2F 24 43 20
Octal 210 134 33 0 40 120 57 44 103 40
Binary 10001000 1011100 11011 0 100000 1010000 101111 100100 1000011 100000

Color Harmonies of #885C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C1B

Black with #885C1B

Text Example


Text Example

White with #885C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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