Html Css Color HEX #817752 Clay Creek

📋 copy color: '#817752'

red 129 ◦ green 119 ◦ blue 82

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

Shades of Clay Creek #817752

Tints of Clay Creek #817752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

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

R = 39.09%
G = 36.06%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#817752 (or 0x817752) is known color: Clay Creek. HEX triplet: 81, 77 and 52. RGB value is (129,119,82). Sum of RGB (Red+Green+Blue) = 129+119+82=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #817752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817752 is #7E88AD. Grayscale: #757575. Windows color (decimal): -8292526 or 5404545. OLE color: 5404545.

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

Color convert

RGB 129 119 82 -
CMYK 0 0.08 0.36 0.49
HSL 47.23º 0.22% 0.41% -
HSV(B) 47.23º 0.36% 0.51% -
XYZ 17.17 18.47 10.64 -
YUV 117.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 129 119 82 0 0.08 0.36 0.49 47.23 0.22 0.41
Hex 81 77 52 0 8 24 31 2F 16 29
Octal 201 167 122 0 10 44 61 57 26 51
Binary 10000001 1110111 1010010 0 1000 100100 110001 101111 10110 101001

Color Harmonies of #817752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817752

Black with #817752

Text Example


Text Example

White with #817752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817752; }

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

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

background-color css

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

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

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

border-color css

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

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

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