Html Css Color HEX #8B5922 Afghan Tan

📋 copy color: '#8B5922'

red 139 ◦ green 89 ◦ blue 34

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

Shades of Afghan Tan #8B5922

Tints of Afghan Tan #8B5922

RGB

 RED value IS 139 (54.69% from 255) = 53.05%

 GREEN value IS 89 (35.16% from 255) = 33.97%

 BLUE value IS 34 (13.67% from 255) = 12.98%

R = 53.05%
G = 33.97%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8B5922 (or 0x8B5922) is known color: Afghan Tan. HEX triplet: 8B, 59 and 22. RGB value is (139,89,34). Sum of RGB (Red+Green+Blue) = 139+89+34=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5922 is #74A6DD. Grayscale: #616161. Windows color (decimal): -7644894 or 2251147. OLE color: 2251147.

HSL color Cylindrical-coordinate representation of color #8B5922: hue angle of 31.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B5922 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 89 34 -
CMYK 0 0.36 0.76 0.45
HSL 31.43º 0.61% 0.34% -
HSV(B) 31.43º 0.76% 0.55% -
XYZ 14.51 12.75 3.21 -
YUV 97.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 139 89 34 0 0.36 0.76 0.45 31.43 0.61 0.34
Hex 8B 59 22 0 24 4C 2D 1F 3D 22
Octal 213 131 42 0 44 114 55 37 75 42
Binary 10001011 1011001 100010 0 100100 1001100 101101 11111 111101 100010

Color Harmonies of #8B5922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5922

Black with #8B5922

Text Example


Text Example

White with #8B5922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,89,34); }

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

background-color css

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

 a { background-color: rgb(139,89,34); }

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

border-color css

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

 span { border-color: rgb(139,89,34); }

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