Html Css Color HEX #8C674D Leather

📋 copy color: '#8C674D'

red 140 ◦ green 103 ◦ blue 77

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

Shades of Leather #8C674D

Tints of Leather #8C674D

RGB

 RED value IS 140 (55.08% from 255) = 43.75%

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

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 43.75%
G = 32.19%
B = 24.06%

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

#8C674D (or 0x8C674D) is known color: Leather. HEX triplet: 8C, 67 and 4D. RGB value is (140,103,77). Sum of RGB (Red+Green+Blue) = 140+103+77=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C674D is #7398B2. Grayscale: #6F6F6F. Windows color (decimal): -7575731 or 5072780. OLE color: 5072780.

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

Color convert

RGB 140 103 77 -
CMYK 0 0.26 0.45 0.45
HSL 24.76º 0.29% 0.43% -
HSV(B) 24.76º 0.45% 0.55% -
XYZ 17.01 15.81 9.18 -
YUV 111.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 140 103 77 0 0.26 0.45 0.45 24.76 0.29 0.43
Hex 8C 67 4D 0 1A 2D 2D 19 1D 2B
Octal 214 147 115 0 32 55 55 31 35 53
Binary 10001100 1100111 1001101 0 11010 101101 101101 11001 11101 101011

Color Harmonies of #8C674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C674D

Black with #8C674D

Text Example


Text Example

White with #8C674D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,103,77); }

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

background-color css

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

 a { background-color: rgb(140,103,77); }

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

border-color css

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

 span { border-color: rgb(140,103,77); }

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