Html Css Color HEX #8D825A Clay Creek

📋 copy color: '#8D825A'

red 141 ◦ green 130 ◦ blue 90

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

Shades of Clay Creek #8D825A

Tints of Clay Creek #8D825A

RGB

 RED value IS 141 (55.47% from 255) = 39.06%

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

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

R = 39.06%
G = 36.01%
B = 24.93%

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

#8D825A (or 0x8D825A) is known color: Clay Creek. HEX triplet: 8D, 82 and 5A. RGB value is (141,130,90). Sum of RGB (Red+Green+Blue) = 141+130+90=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D825A is #727DA5. Grayscale: #808080. Windows color (decimal): -7503270 or 5931661. OLE color: 5931661.

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

Color convert

RGB 141 130 90 -
CMYK 0 0.08 0.36 0.45
HSL 47.06º 0.22% 0.45% -
HSV(B) 47.06º 0.36% 0.55% -
XYZ 20.81 22.37 12.89 -
YUV 128.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 141 130 90 0 0.08 0.36 0.45 47.06 0.22 0.45
Hex 8D 82 5A 0 8 24 2D 2F 16 2D
Octal 215 202 132 0 10 44 55 57 26 55
Binary 10001101 10000010 1011010 0 1000 100100 101101 101111 10110 101101

Color Harmonies of #8D825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D825A

Black with #8D825A

Text Example


Text Example

White with #8D825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,130,90); }

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

background-color css

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

 a { background-color: rgb(141,130,90); }

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

border-color css

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

 span { border-color: rgb(141,130,90); }

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