Html Css Color HEX #858159 Clay Creek

📋 copy color: '#858159'

red 133 ◦ green 129 ◦ blue 89

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

Shades of Clay Creek #858159

Tints of Clay Creek #858159

RGB

 RED value IS 133 (52.34% from 255) = 37.89%

 GREEN value IS 129 (50.78% from 255) = 36.75%

 BLUE value IS 89 (35.16% from 255) = 25.36%

R = 37.89%
G = 36.75%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#858159 (or 0x858159) is known color: Clay Creek. HEX triplet: 85, 81 and 59. RGB value is (133,129,89). Sum of RGB (Red+Green+Blue) = 133+129+89=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #858159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858159 is #7A7EA6. Grayscale: #7D7D7D. Windows color (decimal): -8027815 or 5865861. OLE color: 5865861.

HSL color Cylindrical-coordinate representation of color #858159: hue angle of 54.55º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #858159 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 89 -
CMYK 0 0.03 0.33 0.48
HSL 54.55º 0.2% 0.44% -
HSV(B) 54.55º 0.33% 0.52% -
XYZ 19.33 21.41 12.56 -
YUV 125.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 133 129 89 0 0.03 0.33 0.48 54.55 0.2 0.44
Hex 85 81 59 0 3 21 30 37 14 2C
Octal 205 201 131 0 3 41 60 67 24 54
Binary 10000101 10000001 1011001 0 11 100001 110000 110111 10100 101100

Color Harmonies of #858159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858159

Black with #858159

Text Example


Text Example

White with #858159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858159; }

 p { color: rgb(133,129,89); }

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

background-color css

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

 a { background-color: rgb(133,129,89); }

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

border-color css

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

 span { border-color: rgb(133,129,89); }

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