Html Css Color HEX #827951 Clay Creek

📋 copy color: '#827951'

red 130 ◦ green 121 ◦ blue 81

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

Shades of Clay Creek #827951

Tints of Clay Creek #827951

RGB

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

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

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

R = 39.16%
G = 36.45%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#827951 (or 0x827951) is known color: Clay Creek. HEX triplet: 82, 79 and 51. RGB value is (130,121,81). Sum of RGB (Red+Green+Blue) = 130+121+81=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #827951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827951 is #7D86AE. Grayscale: #777777. Windows color (decimal): -8226479 or 5339522. OLE color: 5339522.

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

Color convert

RGB 130 121 81 -
CMYK 0 0.07 0.38 0.49
HSL 48.98º 0.23% 0.41% -
HSV(B) 48.98º 0.38% 0.51% -
XYZ 17.53 19.01 10.53 -
YUV 119.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 130 121 81 0 0.07 0.38 0.49 48.98 0.23 0.41
Hex 82 79 51 0 7 26 31 31 17 29
Octal 202 171 121 0 7 46 61 61 27 51
Binary 10000010 1111001 1010001 0 111 100110 110001 110001 10111 101001

Color Harmonies of #827951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827951

Black with #827951

Text Example


Text Example

White with #827951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827951; }

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

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

background-color css

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

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

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

border-color css

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

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

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