Html Css Color HEX #827956 Clay Creek

📋 copy color: '#827956'

red 130 ◦ green 121 ◦ blue 86

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

Shades of Clay Creek #827956

Tints of Clay Creek #827956

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.91%

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

R = 38.58%
G = 35.91%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#827956 (or 0x827956) is known color: Clay Creek. HEX triplet: 82, 79 and 56. RGB value is (130,121,86). Sum of RGB (Red+Green+Blue) = 130+121+86=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827956 is #7D86A9. Grayscale: #777777. Windows color (decimal): -8226474 or 5667202. OLE color: 5667202.

HSL color Cylindrical-coordinate representation of color #827956: hue angle of 47.73º 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 #827956 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 86 -
CMYK 0 0.07 0.34 0.49
HSL 47.73º 0.2% 0.42% -
HSV(B) 47.73º 0.34% 0.51% -
XYZ 17.72 19.09 11.56 -
YUV 119.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 130 121 86 0 0.07 0.34 0.49 47.73 0.2 0.42
Hex 82 79 56 0 7 22 31 30 14 2A
Octal 202 171 126 0 7 42 61 60 24 52
Binary 10000010 1111001 1010110 0 111 100010 110001 110000 10100 101010

Color Harmonies of #827956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827956

Black with #827956

Text Example


Text Example

White with #827956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827956; }

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

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

background-color css

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

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

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

border-color css

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

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

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