Html Css Color HEX #827856 Clay Creek

📋 copy color: '#827856'

red 130 ◦ green 120 ◦ blue 86

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

Shades of Clay Creek #827856

Tints of Clay Creek #827856

RGB

 RED value IS 130 (51.17% from 255) = 38.69%

 GREEN value IS 120 (47.27% from 255) = 35.71%

 BLUE value IS 86 (33.98% from 255) = 25.6%

R = 38.69%
G = 35.71%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#827856 (or 0x827856) is known color: Clay Creek. HEX triplet: 82, 78 and 56. RGB value is (130,120,86). Sum of RGB (Red+Green+Blue) = 130+120+86=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827856 is #7D87A9. Grayscale: #777777. Windows color (decimal): -8226730 or 5666946. OLE color: 5666946.

HSL color Cylindrical-coordinate representation of color #827856: hue angle of 46.36º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827856 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 86 -
CMYK 0 0.08 0.34 0.49
HSL 46.36º 0.2% 0.42% -
HSV(B) 46.36º 0.34% 0.51% -
XYZ 17.6 18.85 11.51 -
YUV 119.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 130 120 86 0 0.08 0.34 0.49 46.36 0.2 0.42
Hex 82 78 56 0 8 22 31 2E 14 2A
Octal 202 170 126 0 10 42 61 56 24 52
Binary 10000010 1111000 1010110 0 1000 100010 110001 101110 10100 101010

Color Harmonies of #827856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827856

Black with #827856

Text Example


Text Example

White with #827856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827856; }

 p { color: rgb(130,120,86); }

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

background-color css

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

 a { background-color: rgb(130,120,86); }

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

border-color css

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

 span { border-color: rgb(130,120,86); }

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