Html Css Color HEX #827957 Clay Creek

📋 copy color: '#827957'

red 130 ◦ green 121 ◦ blue 87

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

Shades of Clay Creek #827957

Tints of Clay Creek #827957

RGB

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

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

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

R = 38.46%
G = 35.8%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#827957 (or 0x827957) is known color: Clay Creek. HEX triplet: 82, 79 and 57. RGB value is (130,121,87). Sum of RGB (Red+Green+Blue) = 130+121+87=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827957 is #7D86A8. Grayscale: #777777. Windows color (decimal): -8226473 or 5732738. OLE color: 5732738.

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

Color convert

RGB 130 121 87 -
CMYK 0 0.07 0.33 0.49
HSL 47.44º 0.2% 0.43% -
HSV(B) 47.44º 0.33% 0.51% -
XYZ 17.76 19.11 11.77 -
YUV 119.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 130 121 87 0 0.07 0.33 0.49 47.44 0.2 0.43
Hex 82 79 57 0 7 21 31 2F 14 2B
Octal 202 171 127 0 7 41 61 57 24 53
Binary 10000010 1111001 1010111 0 111 100001 110001 101111 10100 101011

Color Harmonies of #827957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827957

Black with #827957

Text Example


Text Example

White with #827957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827957; }

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

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

background-color css

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

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

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

border-color css

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

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

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