Html Css Color HEX #817850 Clay Creek

📋 copy color: '#817850'

red 129 ◦ green 120 ◦ blue 80

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

Shades of Clay Creek #817850

Tints of Clay Creek #817850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 39.21%
G = 36.47%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#817850 (or 0x817850) is known color: Clay Creek. HEX triplet: 81, 78 and 50. RGB value is (129,120,80). Sum of RGB (Red+Green+Blue) = 129+120+80=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #817850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817850 is #7E87AF. Grayscale: #767676. Windows color (decimal): -8292272 or 5273729. OLE color: 5273729.

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

Color convert

RGB 129 120 80 -
CMYK 0 0.07 0.38 0.49
HSL 48.98º 0.23% 0.41% -
HSV(B) 48.98º 0.38% 0.51% -
XYZ 17.22 18.68 10.29 -
YUV 118.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 129 120 80 0 0.07 0.38 0.49 48.98 0.23 0.41
Hex 81 78 50 0 7 26 31 31 17 29
Octal 201 170 120 0 7 46 61 61 27 51
Binary 10000001 1111000 1010000 0 111 100110 110001 110001 10111 101001

Color Harmonies of #817850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817850

Black with #817850

Text Example


Text Example

White with #817850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817850; }

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

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

background-color css

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

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

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

border-color css

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

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

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