#8C835B

Color #8C835B Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #8C835B

Tints of Clay Creek #8C835B

Color information

#8C835B (or 0x8C835B) is unknown color: approx Clay Creek. HEX triplet: 8C, 83 and 5B. RGB value is (140,131,91). Sum of RGB (Red+Green+Blue) = 140+131+91=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C835B is #737CA4. Grayscale: #818181. Windows color (decimal): -7568549 or 5997452. OLE color: 5997452.

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

Color convert

RGB14013191-
CMYK00.060.350.45
HSL48.98º21.21%45.29%-
HSV(B)48.98º35%54.9%-
XYZ20.8222.5613.16-
YUV129.13106.48135.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=38.67%
G=36.19%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401319100.060.350.4548.9821.2145.29
Hex8C835B06232D31152d
Octal214203133064355612555
Binary10001100100000111011011011010001110110111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,91); }

 H1.HeaderClassName
 {
   color: #8C835B;
 }
 .AnyTagClassName
 {
   color: #8C835B;
 }
</style>
background-color css

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

 a { background-color: rgb(140,131,91); }

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

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

 span { border-color: rgb(140,131,91); }

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