Html Css Color HEX #8B804E Clay Creek

📋 copy color: '#8B804E'

red 139 ◦ green 128 ◦ blue 78

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

Shades of Clay Creek #8B804E

Tints of Clay Creek #8B804E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

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

R = 40.29%
G = 37.1%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8B804E (or 0x8B804E) is known color: Clay Creek. HEX triplet: 8B, 80 and 4E. RGB value is (139,128,78). Sum of RGB (Red+Green+Blue) = 139+128+78=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B804E is #747FB1. Grayscale: #7D7D7D. Windows color (decimal): -7634866 or 5144715. OLE color: 5144715.

HSL color Cylindrical-coordinate representation of color #8B804E: hue angle of 49.18º 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 #8B804E is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 128 78 -
CMYK 0 0.08 0.44 0.45
HSL 49.18º 0.28% 0.43% -
HSV(B) 49.18º 0.44% 0.55% -
XYZ 19.74 21.48 10.31 -
YUV 125.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 139 128 78 0 0.08 0.44 0.45 49.18 0.28 0.43
Hex 8B 80 4E 0 8 2C 2D 31 1C 2B
Octal 213 200 116 0 10 54 55 61 34 53
Binary 10001011 10000000 1001110 0 1000 101100 101101 110001 11100 101011

Color Harmonies of #8B804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B804E

Black with #8B804E

Text Example


Text Example

White with #8B804E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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