Html Css Color HEX #8B814C Clay Creek

📋 copy color: '#8B814C'

red 139 ◦ green 129 ◦ blue 76

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

Shades of Clay Creek #8B814C

Tints of Clay Creek #8B814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.5%

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 40.41%
G = 37.5%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B814C (or 0x8B814C) is known color: Clay Creek. HEX triplet: 8B, 81 and 4C. RGB value is (139,129,76). Sum of RGB (Red+Green+Blue) = 139+129+76=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B814C is #747EB3. Grayscale: #7E7E7E. Windows color (decimal): -7634612 or 5013899. OLE color: 5013899.

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

Color convert

RGB 139 129 76 -
CMYK 0 0.07 0.45 0.45
HSL 50.48º 0.29% 0.42% -
HSV(B) 50.48º 0.45% 0.55% -
XYZ 19.8 21.71 9.98 -
YUV 125.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 139 129 76 0 0.07 0.45 0.45 50.48 0.29 0.42
Hex 8B 81 4C 0 7 2D 2D 32 1D 2A
Octal 213 201 114 0 7 55 55 62 35 52
Binary 10001011 10000001 1001100 0 111 101101 101101 110010 11101 101010

Color Harmonies of #8B814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B814C

Black with #8B814C

Text Example


Text Example

White with #8B814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,129,76); }

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

background-color css

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

 a { background-color: rgb(139,129,76); }

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

border-color css

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

 span { border-color: rgb(139,129,76); }

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