Html Css Color HEX #8B814E Clay Creek

📋 copy color: '#8B814E'

red 139 ◦ green 129 ◦ blue 78

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

Shades of Clay Creek #8B814E

Tints of Clay Creek #8B814E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 40.17%
G = 37.28%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8B814E (or 0x8B814E) is known color: Clay Creek. HEX triplet: 8B, 81 and 4E. RGB value is (139,129,78). Sum of RGB (Red+Green+Blue) = 139+129+78=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B814E is #747EB1. Grayscale: #7E7E7E. Windows color (decimal): -7634610 or 5144971. OLE color: 5144971.

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

Color convert

RGB 139 129 78 -
CMYK 0 0.07 0.44 0.45
HSL 50.16º 0.28% 0.43% -
HSV(B) 50.16º 0.44% 0.55% -
XYZ 19.87 21.74 10.36 -
YUV 126.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 139 129 78 0 0.07 0.44 0.45 50.16 0.28 0.43
Hex 8B 81 4E 0 7 2C 2D 32 1C 2B
Octal 213 201 116 0 7 54 55 62 34 53
Binary 10001011 10000001 1001110 0 111 101100 101101 110010 11100 101011

Color Harmonies of #8B814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B814E

Black with #8B814E

Text Example


Text Example

White with #8B814E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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