#8C825C

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

Shades of Clay Creek #8C825C

Tints of Clay Creek #8C825C

Color information

#8C825C (or 0x8C825C) is unknown color: approx Clay Creek. HEX triplet: 8C, 82 and 5C. RGB value is (140,130,92). Sum of RGB (Red+Green+Blue) = 140+130+92=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C825C is #737DA3. Grayscale: #808080. Windows color (decimal): -7568804 or 6062732. OLE color: 6062732.

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

Color convert

RGB14013092-
CMYK00.070.340.45
HSL47.5º20.69%45.49%-
HSV(B)47.5º34.29%54.9%-
XYZ20.7322.3113.34-
YUV128.66107.31136.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=38.67%
G=35.91%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401309200.070.340.4547.520.6945.49
Hex8C825C07222D30152d
Octal214202134074255602555
Binary10001100100000101011100011110001010110111000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,92); }

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

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

 a { background-color: rgb(140,130,92); }

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

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

 span { border-color: rgb(140,130,92); }

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