Html Css Color HEX #8B7F4A Clay Creek

📋 copy color: '#8B7F4A'

red 139 ◦ green 127 ◦ blue 74

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

Shades of Clay Creek #8B7F4A

Tints of Clay Creek #8B7F4A

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 40.88%
G = 37.35%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8B7F4A (or 0x8B7F4A) is known color: Clay Creek. HEX triplet: 8B, 7F and 4A. RGB value is (139,127,74). Sum of RGB (Red+Green+Blue) = 139+127+74=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F4A is #7480B5. Grayscale: #7C7C7C. Windows color (decimal): -7635126 or 4882315. OLE color: 4882315.

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

Color convert

RGB 139 127 74 -
CMYK 0 0.09 0.47 0.45
HSL 48.92º 0.31% 0.42% -
HSV(B) 48.92º 0.47% 0.55% -
XYZ 19.47 21.16 9.54 -
YUV 124.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 139 127 74 0 0.09 0.47 0.45 48.92 0.31 0.42
Hex 8B 7F 4A 0 9 2F 2D 31 1F 2A
Octal 213 177 112 0 11 57 55 61 37 52
Binary 10001011 1111111 1001010 0 1001 101111 101101 110001 11111 101010

Color Harmonies of #8B7F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7F4A

Black with #8B7F4A

Text Example


Text Example

White with #8B7F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,127,74); }

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

background-color css

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

 a { background-color: rgb(139,127,74); }

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

border-color css

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

 span { border-color: rgb(139,127,74); }

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