Html Css Color HEX #82795C Clay Creek

📋 copy color: '#82795C'

red 130 ◦ green 121 ◦ blue 92

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

Shades of Clay Creek #82795C

Tints of Clay Creek #82795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 37.9%
G = 35.28%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82795C (or 0x82795C) is known color: Clay Creek. HEX triplet: 82, 79 and 5C. RGB value is (130,121,92). Sum of RGB (Red+Green+Blue) = 130+121+92=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #82795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82795C is #7D86A3. Grayscale: #787878. Windows color (decimal): -8226468 or 6060418. OLE color: 6060418.

HSL color Cylindrical-coordinate representation of color #82795C: hue angle of 45.79º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82795C is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 92 -
CMYK 0 0.07 0.29 0.49
HSL 45.79º 0.17% 0.44% -
HSV(B) 45.79º 0.29% 0.51% -
XYZ 17.98 19.19 12.88 -
YUV 120.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 130 121 92 0 0.07 0.29 0.49 45.79 0.17 0.44
Hex 82 79 5C 0 7 1D 31 2E 11 2C
Octal 202 171 134 0 7 35 61 56 21 54
Binary 10000010 1111001 1011100 0 111 11101 110001 101110 10001 101100

Color Harmonies of #82795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82795C

Black with #82795C

Text Example


Text Example

White with #82795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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