Html Css Color HEX #8B8051 Clay Creek

📋 copy color: '#8B8051'

red 139 ◦ green 128 ◦ blue 81

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

Shades of Clay Creek #8B8051

Tints of Clay Creek #8B8051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.28%

R = 39.94%
G = 36.78%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8B8051 (or 0x8B8051) is known color: Clay Creek. HEX triplet: 8B, 80 and 51. RGB value is (139,128,81). Sum of RGB (Red+Green+Blue) = 139+128+81=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8051 is #747FAE. Grayscale: #7E7E7E. Windows color (decimal): -7634863 or 5341323. OLE color: 5341323.

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

Color convert

RGB 139 128 81 -
CMYK 0 0.08 0.42 0.45
HSL 48.62º 0.26% 0.43% -
HSV(B) 48.62º 0.42% 0.55% -
XYZ 19.85 21.52 10.89 -
YUV 125.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 139 128 81 0 0.08 0.42 0.45 48.62 0.26 0.43
Hex 8B 80 51 0 8 2A 2D 31 1A 2B
Octal 213 200 121 0 10 52 55 61 32 53
Binary 10001011 10000000 1010001 0 1000 101010 101101 110001 11010 101011

Color Harmonies of #8B8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8051

Black with #8B8051

Text Example


Text Example

White with #8B8051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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