Html Css Color HEX #8B8251 Clay Creek

📋 copy color: '#8B8251'

red 139 ◦ green 130 ◦ blue 81

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

Shades of Clay Creek #8B8251

Tints of Clay Creek #8B8251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.14%

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

R = 39.71%
G = 37.14%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8B8251 (or 0x8B8251) is known color: Clay Creek. HEX triplet: 8B, 82 and 51. RGB value is (139,130,81). Sum of RGB (Red+Green+Blue) = 139+130+81=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8251 is #747DAE. Grayscale: #7F7F7F. Windows color (decimal): -7634351 or 5341835. OLE color: 5341835.

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

Color convert

RGB 139 130 81 -
CMYK 0 0.06 0.42 0.45
HSL 50.69º 0.26% 0.43% -
HSV(B) 50.69º 0.42% 0.55% -
XYZ 20.12 22.05 10.98 -
YUV 127.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 139 130 81 0 0.06 0.42 0.45 50.69 0.26 0.43
Hex 8B 82 51 0 6 2A 2D 33 1A 2B
Octal 213 202 121 0 6 52 55 63 32 53
Binary 10001011 10000010 1010001 0 110 101010 101101 110011 11010 101011

Color Harmonies of #8B8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8251

Black with #8B8251

Text Example


Text Example

White with #8B8251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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