Html Css Color HEX #82794F Clay Creek

📋 copy color: '#82794F'

red 130 ◦ green 121 ◦ blue 79

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

Shades of Clay Creek #82794F

Tints of Clay Creek #82794F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.94%

R = 39.39%
G = 36.67%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82794F (or 0x82794F) is known color: Clay Creek. HEX triplet: 82, 79 and 4F. RGB value is (130,121,79). Sum of RGB (Red+Green+Blue) = 130+121+79=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #82794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82794F is #7D86B0. Grayscale: #777777. Windows color (decimal): -8226481 or 5208450. OLE color: 5208450.

HSL color Cylindrical-coordinate representation of color #82794F: hue angle of 49.41º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82794F is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 79 -
CMYK 0 0.07 0.39 0.49
HSL 49.41º 0.24% 0.41% -
HSV(B) 49.41º 0.39% 0.51% -
XYZ 17.45 18.99 10.14 -
YUV 118.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 130 121 79 0 0.07 0.39 0.49 49.41 0.24 0.41
Hex 82 79 4F 0 7 27 31 31 18 29
Octal 202 171 117 0 7 47 61 61 30 51
Binary 10000010 1111001 1001111 0 111 100111 110001 110001 11000 101001

Color Harmonies of #82794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82794F

Black with #82794F

Text Example


Text Example

White with #82794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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