Html Css Color HEX #8C825C Clay Creek

📋 copy color: '#8C825C'

red 140 ◦ green 130 ◦ blue 92

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

Shades of Clay Creek #8C825C

Tints of Clay Creek #8C825C

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 value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C825C (or 0x8C825C) is known color: 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

RGB 140 130 92 -
CMYK 0 0.07 0.34 0.45
HSL 47.5º 0.21% 0.45% -
HSV(B) 47.5º 0.34% 0.55% -
XYZ 20.73 22.31 13.34 -
YUV 128.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 140 130 92 0 0.07 0.34 0.45 47.5 0.21 0.45
Hex 8C 82 5C 0 7 22 2D 30 15 2D
Octal 214 202 134 0 7 42 55 60 25 55
Binary 10001100 10000010 1011100 0 111 100010 101101 110000 10101 101101

Color Harmonies of #8C825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C825C

Black with #8C825C

Text Example


Text Example

White with #8C825C

Text Example


Text Example

HTML Codes & Css Web 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>