Html Css Color HEX #8C551B Afghan Tan

📋 copy color: '#8C551B'

red 140 ◦ green 85 ◦ blue 27

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

Shades of Afghan Tan #8C551B

Tints of Afghan Tan #8C551B

RGB

 RED value IS 140 (55.08% from 255) = 55.56%

 GREEN value IS 85 (33.59% from 255) = 33.73%

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

R = 55.56%
G = 33.73%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C551B (or 0x8C551B) is known color: Afghan Tan. HEX triplet: 8C, 55 and 1B. RGB value is (140,85,27). Sum of RGB (Red+Green+Blue) = 140+85+27=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C551B is #73AAE4. Grayscale: #5F5F5F. Windows color (decimal): -7580389 or 1791372. OLE color: 1791372.

HSL color Cylindrical-coordinate representation of color #8C551B: hue angle of 30.8º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C551B is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 85 27 -
CMYK 0 0.39 0.81 0.45
HSL 30.8º 0.68% 0.33% -
HSV(B) 30.8º 0.81% 0.55% -
XYZ 14.26 12.15 2.63 -
YUV 94.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 140 85 27 0 0.39 0.81 0.45 30.8 0.68 0.33
Hex 8C 55 1B 0 27 51 2D 1F 44 21
Octal 214 125 33 0 47 121 55 37 104 41
Binary 10001100 1010101 11011 0 100111 1010001 101101 11111 1000100 100001

Color Harmonies of #8C551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C551B

Black with #8C551B

Text Example


Text Example

White with #8C551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C551B; }

 p { color: rgb(140,85,27); }

 H1.HeaderClassName
 {
   color: #8C551B;
 }
 .AnyTagClassName
 {
   color: #8C551B;
 }
</style>

background-color css

<style>
 a { background-color: #8C551B; }

 a { background-color: rgb(140,85,27); }

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

border-color css

<style>
 span { border-color: #8C551B; }

 span { border-color: rgb(140,85,27); }

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