Html Css Color HEX #817852 Clay Creek

📋 copy color: '#817852'

red 129 ◦ green 120 ◦ blue 82

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

Shades of Clay Creek #817852

Tints of Clay Creek #817852

RGB

 RED value IS 129 (50.78% from 255) = 38.97%

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

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

R = 38.97%
G = 36.25%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#817852 (or 0x817852) is known color: Clay Creek. HEX triplet: 81, 78 and 52. RGB value is (129,120,82). Sum of RGB (Red+Green+Blue) = 129+120+82=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #817852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817852 is #7E87AD. Grayscale: #767676. Windows color (decimal): -8292270 or 5404801. OLE color: 5404801.

HSL color Cylindrical-coordinate representation of color #817852: hue angle of 48.51º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #817852 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 120 82 -
CMYK 0 0.07 0.36 0.49
HSL 48.51º 0.22% 0.41% -
HSV(B) 48.51º 0.36% 0.51% -
XYZ 17.29 18.71 10.68 -
YUV 118.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 129 120 82 0 0.07 0.36 0.49 48.51 0.22 0.41
Hex 81 78 52 0 7 24 31 31 16 29
Octal 201 170 122 0 7 44 61 61 26 51
Binary 10000001 1111000 1010010 0 111 100100 110001 110001 10110 101001

Color Harmonies of #817852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817852

Black with #817852

Text Example


Text Example

White with #817852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817852; }

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

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

background-color css

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

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

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

border-color css

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

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

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