Html Css Color HEX #827857 Clay Creek

📋 copy color: '#827857'

red 130 ◦ green 120 ◦ blue 87

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

Shades of Clay Creek #827857

Tints of Clay Creek #827857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.82%

R = 38.58%
G = 35.61%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#827857 (or 0x827857) is known color: Clay Creek. HEX triplet: 82, 78 and 57. RGB value is (130,120,87). Sum of RGB (Red+Green+Blue) = 130+120+87=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827857 is #7D87A8. Grayscale: #777777. Windows color (decimal): -8226729 or 5732482. OLE color: 5732482.

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

Color convert

RGB 130 120 87 -
CMYK 0 0.08 0.33 0.49
HSL 46.05º 0.2% 0.43% -
HSV(B) 46.05º 0.33% 0.51% -
XYZ 17.64 18.87 11.73 -
YUV 119.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 130 120 87 0 0.08 0.33 0.49 46.05 0.2 0.43
Hex 82 78 57 0 8 21 31 2E 14 2B
Octal 202 170 127 0 10 41 61 56 24 53
Binary 10000010 1111000 1010111 0 1000 100001 110001 101110 10100 101011

Color Harmonies of #827857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827857

Black with #827857

Text Example


Text Example

White with #827857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827857; }

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

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

background-color css

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

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

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

border-color css

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

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

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