Html Css Color HEX #8B8049 Clay Creek

📋 copy color: '#8B8049'

red 139 ◦ green 128 ◦ blue 73

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

Shades of Clay Creek #8B8049

Tints of Clay Creek #8B8049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 40.88%
G = 37.65%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8B8049 (or 0x8B8049) is known color: Clay Creek. HEX triplet: 8B, 80 and 49. RGB value is (139,128,73). Sum of RGB (Red+Green+Blue) = 139+128+73=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8049 is #747FB6. Grayscale: #7D7D7D. Windows color (decimal): -7634871 or 4817035. OLE color: 4817035.

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

Color convert

RGB 139 128 73 -
CMYK 0 0.08 0.47 0.45
HSL 50º 0.31% 0.42% -
HSV(B) 50º 0.47% 0.55% -
XYZ 19.57 21.41 9.4 -
YUV 125.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 139 128 73 0 0.08 0.47 0.45 50 0.31 0.42
Hex 8B 80 49 0 8 2F 2D 32 1F 2A
Octal 213 200 111 0 10 57 55 62 37 52
Binary 10001011 10000000 1001001 0 1000 101111 101101 110010 11111 101010

Color Harmonies of #8B8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8049

Black with #8B8049

Text Example


Text Example

White with #8B8049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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