Html Css Color HEX #8B8059 Clay Creek

📋 copy color: '#8B8059'

red 139 ◦ green 128 ◦ blue 89

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

Shades of Clay Creek #8B8059

Tints of Clay Creek #8B8059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25%

R = 39.04%
G = 35.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8B8059 (or 0x8B8059) is known color: Clay Creek. HEX triplet: 8B, 80 and 59. RGB value is (139,128,89). Sum of RGB (Red+Green+Blue) = 139+128+89=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8059 is #747FA6. Grayscale: #7F7F7F. Windows color (decimal): -7634855 or 5865611. OLE color: 5865611.

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

Color convert

RGB 139 128 89 -
CMYK 0 0.08 0.36 0.45
HSL 46.8º 0.22% 0.45% -
HSV(B) 46.8º 0.36% 0.55% -
XYZ 20.17 21.65 12.57 -
YUV 126.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 139 128 89 0 0.08 0.36 0.45 46.8 0.22 0.45
Hex 8B 80 59 0 8 24 2D 2F 16 2D
Octal 213 200 131 0 10 44 55 57 26 55
Binary 10001011 10000000 1011001 0 1000 100100 101101 101111 10110 101101

Color Harmonies of #8B8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8059

Black with #8B8059

Text Example


Text Example

White with #8B8059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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