Html Css Color HEX #827751 Clay Creek

📋 copy color: '#827751'

red 130 ◦ green 119 ◦ blue 81

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

Shades of Clay Creek #827751

Tints of Clay Creek #827751

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 39.39%
G = 36.06%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#827751 (or 0x827751) is known color: Clay Creek. HEX triplet: 82, 77 and 51. RGB value is (130,119,81). Sum of RGB (Red+Green+Blue) = 130+119+81=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #827751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827751 is #7D88AE. Grayscale: #767676. Windows color (decimal): -8226991 or 5339010. OLE color: 5339010.

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

Color convert

RGB 130 119 81 -
CMYK 0 0.08 0.38 0.49
HSL 46.53º 0.23% 0.41% -
HSV(B) 46.53º 0.38% 0.51% -
XYZ 17.29 18.53 10.45 -
YUV 117.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 130 119 81 0 0.08 0.38 0.49 46.53 0.23 0.41
Hex 82 77 51 0 8 26 31 2F 17 29
Octal 202 167 121 0 10 46 61 57 27 51
Binary 10000010 1110111 1010001 0 1000 100110 110001 101111 10111 101001

Color Harmonies of #827751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827751

Black with #827751

Text Example


Text Example

White with #827751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827751; }

 p { color: rgb(130,119,81); }

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

background-color css

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

 a { background-color: rgb(130,119,81); }

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

border-color css

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

 span { border-color: rgb(130,119,81); }

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