Html Css Color HEX #8A8359 Clay Creek

📋 copy color: '#8A8359'

red 138 ◦ green 131 ◦ blue 89

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

Shades of Clay Creek #8A8359

Tints of Clay Creek #8A8359

RGB

 RED value IS 138 (54.3% from 255) = 38.55%

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 89 (35.16% from 255) = 24.86%

R = 38.55%
G = 36.59%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A8359 (or 0x8A8359) is known color: Clay Creek. HEX triplet: 8A, 83 and 59. RGB value is (138,131,89). Sum of RGB (Red+Green+Blue) = 138+131+89=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8359 is #757CA6. Grayscale: #808080. Windows color (decimal): -7699623 or 5866378. OLE color: 5866378.

HSL color Cylindrical-coordinate representation of color #8A8359: hue angle of 51.43º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A8359 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 131 89 -
CMYK 0 0.05 0.36 0.46
HSL 51.43º 0.22% 0.45% -
HSV(B) 51.43º 0.36% 0.54% -
XYZ 20.4 22.36 12.69 -
YUV 128.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 138 131 89 0 0.05 0.36 0.46 51.43 0.22 0.45
Hex 8A 83 59 0 5 24 2E 33 16 2D
Octal 212 203 131 0 5 44 56 63 26 55
Binary 10001010 10000011 1011001 0 101 100100 101110 110011 10110 101101

Color Harmonies of #8A8359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8359

Black with #8A8359

Text Example


Text Example

White with #8A8359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,131,89); }

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

background-color css

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

 a { background-color: rgb(138,131,89); }

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

border-color css

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

 span { border-color: rgb(138,131,89); }

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