Html Css Color HEX #827855 Clay Creek

📋 copy color: '#827855'

red 130 ◦ green 120 ◦ blue 85

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

Shades of Clay Creek #827855

Tints of Clay Creek #827855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.82%

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 38.81%
G = 35.82%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#827855 (or 0x827855) is known color: Clay Creek. HEX triplet: 82, 78 and 55. RGB value is (130,120,85). Sum of RGB (Red+Green+Blue) = 130+120+85=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #827855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827855 is #7D87AA. Grayscale: #777777. Windows color (decimal): -8226731 or 5601410. OLE color: 5601410.

HSL color Cylindrical-coordinate representation of color #827855: hue angle of 46.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827855 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 85 -
CMYK 0 0.08 0.35 0.49
HSL 46.67º 0.21% 0.42% -
HSV(B) 46.67º 0.35% 0.51% -
XYZ 17.56 18.83 11.3 -
YUV 119 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 130 120 85 0 0.08 0.35 0.49 46.67 0.21 0.42
Hex 82 78 55 0 8 23 31 2F 15 2A
Octal 202 170 125 0 10 43 61 57 25 52
Binary 10000010 1111000 1010101 0 1000 100011 110001 101111 10101 101010

Color Harmonies of #827855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827855

Black with #827855

Text Example


Text Example

White with #827855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827855; }

 p { color: rgb(130,120,85); }

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

background-color css

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

 a { background-color: rgb(130,120,85); }

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

border-color css

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

 span { border-color: rgb(130,120,85); }

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