Html Css Color HEX #8B824E Clay Creek

📋 copy color: '#8B824E'

red 139 ◦ green 130 ◦ blue 78

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

Shades of Clay Creek #8B824E

Tints of Clay Creek #8B824E

RGB

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

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

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

R = 40.06%
G = 37.46%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8B824E (or 0x8B824E) is known color: Clay Creek. HEX triplet: 8B, 82 and 4E. RGB value is (139,130,78). Sum of RGB (Red+Green+Blue) = 139+130+78=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B824E is #747DB1. Grayscale: #7E7E7E. Windows color (decimal): -7634354 or 5145227. OLE color: 5145227.

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

Color convert

RGB 139 130 78 -
CMYK 0 0.06 0.44 0.45
HSL 51.15º 0.28% 0.43% -
HSV(B) 51.15º 0.44% 0.55% -
XYZ 20.01 22 10.4 -
YUV 126.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 139 130 78 0 0.06 0.44 0.45 51.15 0.28 0.43
Hex 8B 82 4E 0 6 2C 2D 33 1C 2B
Octal 213 202 116 0 6 54 55 63 34 53
Binary 10001011 10000010 1001110 0 110 101100 101101 110011 11100 101011

Color Harmonies of #8B824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B824E

Black with #8B824E

Text Example


Text Example

White with #8B824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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