Html Css Color HEX #8C815A Clay Creek

📋 copy color: '#8C815A'

red 140 ◦ green 129 ◦ blue 90

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

Shades of Clay Creek #8C815A

Tints of Clay Creek #8C815A

RGB

 RED value IS 140 (55.08% from 255) = 39%

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

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 39%
G = 35.93%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C815A (or 0x8C815A) is known color: Clay Creek. HEX triplet: 8C, 81 and 5A. RGB value is (140,129,90). Sum of RGB (Red+Green+Blue) = 140+129+90=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C815A is #737EA5. Grayscale: #808080. Windows color (decimal): -7569062 or 5931404. OLE color: 5931404.

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

Color convert

RGB 140 129 90 -
CMYK 0 0.08 0.36 0.45
HSL 46.8º 0.22% 0.45% -
HSV(B) 46.8º 0.36% 0.55% -
XYZ 20.51 22.01 12.84 -
YUV 127.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 140 129 90 0 0.08 0.36 0.45 46.8 0.22 0.45
Hex 8C 81 5A 0 8 24 2D 2F 16 2D
Octal 214 201 132 0 10 44 55 57 26 55
Binary 10001100 10000001 1011010 0 1000 100100 101101 101111 10110 101101

Color Harmonies of #8C815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C815A

Black with #8C815A

Text Example


Text Example

White with #8C815A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,129,90); }

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

background-color css

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

 a { background-color: rgb(140,129,90); }

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

border-color css

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

 span { border-color: rgb(140,129,90); }

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