Html Css Color HEX #8B674B Leather

📋 copy color: '#8B674B'

red 139 ◦ green 103 ◦ blue 75

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

Shades of Leather #8B674B

Tints of Leather #8B674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 43.85%
G = 32.49%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8B674B (or 0x8B674B) is known color: Leather. HEX triplet: 8B, 67 and 4B. RGB value is (139,103,75). Sum of RGB (Red+Green+Blue) = 139+103+75=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B674B is #7498B4. Grayscale: #6E6E6E. Windows color (decimal): -7641269 or 4941707. OLE color: 4941707.

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

Color convert

RGB 139 103 75 -
CMYK 0 0.26 0.46 0.45
HSL 26.25º 0.3% 0.42% -
HSV(B) 26.25º 0.46% 0.55% -
XYZ 16.77 15.7 8.8 -
YUV 110.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 139 103 75 0 0.26 0.46 0.45 26.25 0.3 0.42
Hex 8B 67 4B 0 1A 2E 2D 1A 1E 2A
Octal 213 147 113 0 32 56 55 32 36 52
Binary 10001011 1100111 1001011 0 11010 101110 101101 11010 11110 101010

Color Harmonies of #8B674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B674B

Black with #8B674B

Text Example


Text Example

White with #8B674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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