Html Css Color HEX #8B7C47 Clay Creek

📋 copy color: '#8B7C47'

red 139 ◦ green 124 ◦ blue 71

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

Shades of Clay Creek #8B7C47

Tints of Clay Creek #8B7C47

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

 BLUE value IS 71 (28.13% from 255) = 21.26%

R = 41.62%
G = 37.13%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8B7C47 (or 0x8B7C47) is known color: Clay Creek. HEX triplet: 8B, 7C and 47. RGB value is (139,124,71). Sum of RGB (Red+Green+Blue) = 139+124+71=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7C47 is #7483B8. Grayscale: #7A7A7A. Windows color (decimal): -7635897 or 4684939. OLE color: 4684939.

HSL color Cylindrical-coordinate representation of color #8B7C47: hue angle of 46.76º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B7C47 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 124 71 -
CMYK 0 0.11 0.49 0.45
HSL 46.76º 0.32% 0.41% -
HSV(B) 46.76º 0.49% 0.55% -
XYZ 18.99 20.36 8.89 -
YUV 122.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 139 124 71 0 0.11 0.49 0.45 46.76 0.32 0.41
Hex 8B 7C 47 0 B 31 2D 2F 20 29
Octal 213 174 107 0 13 61 55 57 40 51
Binary 10001011 1111100 1000111 0 1011 110001 101101 101111 100000 101001

Color Harmonies of #8B7C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7C47

Black with #8B7C47

Text Example


Text Example

White with #8B7C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,124,71); }

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

background-color css

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

 a { background-color: rgb(139,124,71); }

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

border-color css

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

 span { border-color: rgb(139,124,71); }

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