Html Css Color HEX #817A5C Clay Creek

📋 copy color: '#817A5C'

red 129 ◦ green 122 ◦ blue 92

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

Shades of Clay Creek #817A5C

Tints of Clay Creek #817A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.57%

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 37.61%
G = 35.57%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#817A5C (or 0x817A5C) is known color: Clay Creek. HEX triplet: 81, 7A and 5C. RGB value is (129,122,92). Sum of RGB (Red+Green+Blue) = 129+122+92=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 129 - color contains mainly: red. Hex color #817A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A5C is #7E85A3. Grayscale: #787878. Windows color (decimal): -8291748 or 6060673. OLE color: 6060673.

HSL color Cylindrical-coordinate representation of color #817A5C: hue angle of 48.65º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #817A5C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 122 92 -
CMYK 0 0.05 0.29 0.49
HSL 48.65º 0.17% 0.43% -
HSV(B) 48.65º 0.29% 0.51% -
XYZ 17.94 19.36 12.92 -
YUV 120.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 129 122 92 0 0.05 0.29 0.49 48.65 0.17 0.43
Hex 81 7A 5C 0 5 1D 31 31 11 2B
Octal 201 172 134 0 5 35 61 61 21 53
Binary 10000001 1111010 1011100 0 101 11101 110001 110001 10001 101011

Color Harmonies of #817A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817A5C

Black with #817A5C

Text Example


Text Example

White with #817A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817A5C; }

 p { color: rgb(129,122,92); }

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

background-color css

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

 a { background-color: rgb(129,122,92); }

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

border-color css

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

 span { border-color: rgb(129,122,92); }

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