Html Css Color HEX #827A51 Clay Creek

📋 copy color: '#827A51'

red 130 ◦ green 122 ◦ blue 81

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

Shades of Clay Creek #827A51

Tints of Clay Creek #827A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.64%

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

R = 39.04%
G = 36.64%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#827A51 (or 0x827A51) is known color: Clay Creek. HEX triplet: 82, 7A and 51. RGB value is (130,122,81). Sum of RGB (Red+Green+Blue) = 130+122+81=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #827A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A51 is #7D85AE. Grayscale: #777777. Windows color (decimal): -8226223 or 5339778. OLE color: 5339778.

HSL color Cylindrical-coordinate representation of color #827A51: hue angle of 50.2º 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 #827A51 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 81 -
CMYK 0 0.06 0.38 0.49
HSL 50.2º 0.23% 0.41% -
HSV(B) 50.2º 0.38% 0.51% -
XYZ 17.65 19.26 10.57 -
YUV 119.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 130 122 81 0 0.06 0.38 0.49 50.2 0.23 0.41
Hex 82 7A 51 0 6 26 31 32 17 29
Octal 202 172 121 0 6 46 61 62 27 51
Binary 10000010 1111010 1010001 0 110 100110 110001 110010 10111 101001

Color Harmonies of #827A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A51

Black with #827A51

Text Example


Text Example

White with #827A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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