Html Css Color HEX #8F531B Afghan Tan

📋 copy color: '#8F531B'

red 143 ◦ green 83 ◦ blue 27

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

Shades of Afghan Tan #8F531B

Tints of Afghan Tan #8F531B

RGB

 RED value IS 143 (56.25% from 255) = 56.52%

 GREEN value IS 83 (32.81% from 255) = 32.81%

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

R = 56.52%
G = 32.81%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8F531B (or 0x8F531B) is known color: Afghan Tan. HEX triplet: 8F, 53 and 1B. RGB value is (143,83,27). Sum of RGB (Red+Green+Blue) = 143+83+27=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F531B is #70ACE4. Grayscale: #5E5E5E. Windows color (decimal): -7384293 or 1790863. OLE color: 1790863.

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

Color convert

RGB 143 83 27 -
CMYK 0 0.42 0.81 0.44
HSL 28.97º 0.68% 0.33% -
HSV(B) 28.97º 0.81% 0.56% -
XYZ 14.62 12.11 2.6 -
YUV 94.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 143 83 27 0 0.42 0.81 0.44 28.97 0.68 0.33
Hex 8F 53 1B 0 2A 51 2C 1D 44 21
Octal 217 123 33 0 52 121 54 35 104 41
Binary 10001111 1010011 11011 0 101010 1010001 101100 11101 1000100 100001

Color Harmonies of #8F531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F531B

Black with #8F531B

Text Example


Text Example

White with #8F531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,83,27); }

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

background-color css

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

 a { background-color: rgb(143,83,27); }

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

border-color css

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

 span { border-color: rgb(143,83,27); }

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