Html Css Color HEX #8B794F Clay Creek

📋 copy color: '#8B794F'

red 139 ◦ green 121 ◦ blue 79

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

Shades of Clay Creek #8B794F

Tints of Clay Creek #8B794F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.69%

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

R = 41%
G = 35.69%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8B794F (or 0x8B794F) is known color: Clay Creek. HEX triplet: 8B, 79 and 4F. RGB value is (139,121,79). Sum of RGB (Red+Green+Blue) = 139+121+79=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B794F is #7486B0. Grayscale: #797979. Windows color (decimal): -7636657 or 5208459. OLE color: 5208459.

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

Color convert

RGB 139 121 79 -
CMYK 0 0.13 0.43 0.45
HSL 42º 0.28% 0.43% -
HSV(B) 42º 0.43% 0.55% -
XYZ 18.9 19.73 10.21 -
YUV 121.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 139 121 79 0 0.13 0.43 0.45 42 0.28 0.43
Hex 8B 79 4F 0 D 2B 2D 2A 1C 2B
Octal 213 171 117 0 15 53 55 52 34 53
Binary 10001011 1111001 1001111 0 1101 101011 101101 101010 11100 101011

Color Harmonies of #8B794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B794F

Black with #8B794F

Text Example


Text Example

White with #8B794F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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