Html Css Color HEX #8B804F Clay Creek

📋 copy color: '#8B804F'

red 139 ◦ green 128 ◦ blue 79

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

Shades of Clay Creek #8B804F

Tints of Clay Creek #8B804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 40.17%
G = 36.99%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8B804F (or 0x8B804F) is known color: Clay Creek. HEX triplet: 8B, 80 and 4F. RGB value is (139,128,79). Sum of RGB (Red+Green+Blue) = 139+128+79=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B804F is #747FB0. Grayscale: #7D7D7D. Windows color (decimal): -7634865 or 5210251. OLE color: 5210251.

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

Color convert

RGB 139 128 79 -
CMYK 0 0.08 0.43 0.45
HSL 49º 0.28% 0.43% -
HSV(B) 49º 0.43% 0.55% -
XYZ 19.78 21.49 10.5 -
YUV 125.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 139 128 79 0 0.08 0.43 0.45 49 0.28 0.43
Hex 8B 80 4F 0 8 2B 2D 31 1C 2B
Octal 213 200 117 0 10 53 55 61 34 53
Binary 10001011 10000000 1001111 0 1000 101011 101101 110001 11100 101011

Color Harmonies of #8B804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B804F

Black with #8B804F

Text Example


Text Example

White with #8B804F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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