Html Css Color HEX #8B674C Leather

📋 copy color: '#8B674C'

red 139 ◦ green 103 ◦ blue 76

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

Shades of Leather #8B674C

Tints of Leather #8B674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 43.71%
G = 32.39%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B674C (or 0x8B674C) is known color: Leather. HEX triplet: 8B, 67 and 4C. RGB value is (139,103,76). Sum of RGB (Red+Green+Blue) = 139+103+76=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B674C is #7498B3. Grayscale: #6E6E6E. Windows color (decimal): -7641268 or 5007243. OLE color: 5007243.

HSL color Cylindrical-coordinate representation of color #8B674C: hue angle of 25.71º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B674C is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 103 76 -
CMYK 0 0.26 0.45 0.45
HSL 25.71º 0.29% 0.42% -
HSV(B) 25.71º 0.45% 0.55% -
XYZ 16.8 15.71 8.98 -
YUV 110.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 139 103 76 0 0.26 0.45 0.45 25.71 0.29 0.42
Hex 8B 67 4C 0 1A 2D 2D 1A 1D 2A
Octal 213 147 114 0 32 55 55 32 35 52
Binary 10001011 1100111 1001100 0 11010 101101 101101 11010 11101 101010

Color Harmonies of #8B674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B674C

Black with #8B674C

Text Example


Text Example

White with #8B674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,103,76); }

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

background-color css

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

 a { background-color: rgb(139,103,76); }

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

border-color css

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

 span { border-color: rgb(139,103,76); }

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