Html Css Color HEX #827A50 Clay Creek

📋 copy color: '#827A50'

red 130 ◦ green 122 ◦ blue 80

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

Shades of Clay Creek #827A50

Tints of Clay Creek #827A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 39.16%
G = 36.75%
B = 24.1%

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

#827A50 (or 0x827A50) is known color: Clay Creek. HEX triplet: 82, 7A and 50. RGB value is (130,122,80). Sum of RGB (Red+Green+Blue) = 130+122+80=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #827A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A50 is #7D85AF. Grayscale: #777777. Windows color (decimal): -8226224 or 5274242. OLE color: 5274242.

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

Color convert

RGB 130 122 80 -
CMYK 0 0.06 0.38 0.49
HSL 50.4º 0.24% 0.41% -
HSV(B) 50.4º 0.38% 0.51% -
XYZ 17.61 19.24 10.38 -
YUV 119.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 130 122 80 0 0.06 0.38 0.49 50.4 0.24 0.41
Hex 82 7A 50 0 6 26 31 32 18 29
Octal 202 172 120 0 6 46 61 62 30 51
Binary 10000010 1111010 1010000 0 110 100110 110001 110010 11000 101001

Color Harmonies of #827A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A50

Black with #827A50

Text Example


Text Example

White with #827A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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