Html Css Color HEX #8B7D4E Clay Creek

📋 copy color: '#8B7D4E'

red 139 ◦ green 125 ◦ blue 78

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

Shades of Clay Creek #8B7D4E

Tints of Clay Creek #8B7D4E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.55%

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 40.64%
G = 36.55%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8B7D4E (or 0x8B7D4E) is known color: Clay Creek. HEX triplet: 8B, 7D and 4E. RGB value is (139,125,78). Sum of RGB (Red+Green+Blue) = 139+125+78=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D4E is #7482B1. Grayscale: #7C7C7C. Windows color (decimal): -7635634 or 5143947. OLE color: 5143947.

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

Color convert

RGB 139 125 78 -
CMYK 0 0.10 0.44 0.45
HSL 46.23º 0.28% 0.43% -
HSV(B) 46.23º 0.44% 0.55% -
XYZ 19.36 20.71 10.18 -
YUV 123.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 139 125 78 0 0.10 0.44 0.45 46.23 0.28 0.43
Hex 8B 7D 4E 0 A 2C 2D 2E 1C 2B
Octal 213 175 116 0 12 54 55 56 34 53
Binary 10001011 1111101 1001110 0 1010 101100 101101 101110 11100 101011

Color Harmonies of #8B7D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7D4E

Black with #8B7D4E

Text Example


Text Example

White with #8B7D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,125,78); }

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

background-color css

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

 a { background-color: rgb(139,125,78); }

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

border-color css

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

 span { border-color: rgb(139,125,78); }

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