Html Css Color HEX #8B7D64 Arrowtown

📋 copy color: '#8B7D64'

red 139 ◦ green 125 ◦ blue 100

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

Shades of Arrowtown #8B7D64

Tints of Arrowtown #8B7D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 38.19%
G = 34.34%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8B7D64 (or 0x8B7D64) is known color: Arrowtown. HEX triplet: 8B, 7D and 64. RGB value is (139,125,100). Sum of RGB (Red+Green+Blue) = 139+125+100=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D64 is #74829B. Grayscale: #7E7E7E. Windows color (decimal): -7635612 or 6585739. OLE color: 6585739.

HSL color Cylindrical-coordinate representation of color #8B7D64: hue angle of 38.46º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B7D64 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 125 100 -
CMYK 0 0.10 0.28 0.45
HSL 38.46º 0.16% 0.47% -
HSV(B) 38.46º 0.28% 0.55% -
XYZ 20.28 21.08 15.06 -
YUV 126.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 139 125 100 0 0.10 0.28 0.45 38.46 0.16 0.47
Hex 8B 7D 64 0 A 1C 2D 26 10 2F
Octal 213 175 144 0 12 34 55 46 20 57
Binary 10001011 1111101 1100100 0 1010 11100 101101 100110 10000 101111

Color Harmonies of #8B7D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7D64

Black with #8B7D64

Text Example


Text Example

White with #8B7D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,125,100); }

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

background-color css

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

 a { background-color: rgb(139,125,100); }

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

border-color css

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

 span { border-color: rgb(139,125,100); }

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