Html Css Color HEX #827852 Clay Creek

📋 copy color: '#827852'

red 130 ◦ green 120 ◦ blue 82

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

Shades of Clay Creek #827852

Tints of Clay Creek #827852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 39.16%
G = 36.14%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#827852 (or 0x827852) is known color: Clay Creek. HEX triplet: 82, 78 and 52. RGB value is (130,120,82). Sum of RGB (Red+Green+Blue) = 130+120+82=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #827852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827852 is #7D87AD. Grayscale: #767676. Windows color (decimal): -8226734 or 5404802. OLE color: 5404802.

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

Color convert

RGB 130 120 82 -
CMYK 0 0.08 0.37 0.49
HSL 47.5º 0.23% 0.42% -
HSV(B) 47.5º 0.37% 0.51% -
XYZ 17.45 18.79 10.69 -
YUV 118.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 130 120 82 0 0.08 0.37 0.49 47.5 0.23 0.42
Hex 82 78 52 0 8 25 31 30 17 2A
Octal 202 170 122 0 10 45 61 60 27 52
Binary 10000010 1111000 1010010 0 1000 100101 110001 110000 10111 101010

Color Harmonies of #827852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827852

Black with #827852

Text Example


Text Example

White with #827852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827852; }

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

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

background-color css

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

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

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

border-color css

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

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

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