Html Css Color HEX #817A5B Clay Creek

📋 copy color: '#817A5B'

red 129 ◦ green 122 ◦ blue 91

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

Shades of Clay Creek #817A5B

Tints of Clay Creek #817A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 37.72%
G = 35.67%
B = 26.61%

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

#817A5B (or 0x817A5B) is known color: Clay Creek. HEX triplet: 81, 7A and 5B. RGB value is (129,122,91). Sum of RGB (Red+Green+Blue) = 129+122+91=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #817A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A5B is #7E85A4. Grayscale: #787878. Windows color (decimal): -8291749 or 5995137. OLE color: 5995137.

HSL color Cylindrical-coordinate representation of color #817A5B: hue angle of 48.95º 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 #817A5B is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 122 91 -
CMYK 0 0.05 0.29 0.49
HSL 48.95º 0.17% 0.43% -
HSV(B) 48.95º 0.29% 0.51% -
XYZ 17.9 19.34 12.69 -
YUV 120.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 129 122 91 0 0.05 0.29 0.49 48.95 0.17 0.43
Hex 81 7A 5B 0 5 1D 31 31 11 2B
Octal 201 172 133 0 5 35 61 61 21 53
Binary 10000001 1111010 1011011 0 101 11101 110001 110001 10001 101011

Color Harmonies of #817A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817A5B

Black with #817A5B

Text Example


Text Example

White with #817A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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