Html Css Color HEX #858151 Clay Creek

📋 copy color: '#858151'

red 133 ◦ green 129 ◦ blue 81

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

Shades of Clay Creek #858151

Tints of Clay Creek #858151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.62%

R = 38.78%
G = 37.61%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#858151 (or 0x858151) is known color: Clay Creek. HEX triplet: 85, 81 and 51. RGB value is (133,129,81). Sum of RGB (Red+Green+Blue) = 133+129+81=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #858151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858151 is #7A7EAE. Grayscale: #7C7C7C. Windows color (decimal): -8027823 or 5341573. OLE color: 5341573.

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

Color convert

RGB 133 129 81 -
CMYK 0 0.03 0.39 0.48
HSL 55.38º 0.24% 0.42% -
HSV(B) 55.38º 0.39% 0.52% -
XYZ 19.01 21.28 10.89 -
YUV 124.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 133 129 81 0 0.03 0.39 0.48 55.38 0.24 0.42
Hex 85 81 51 0 3 27 30 37 18 2A
Octal 205 201 121 0 3 47 60 67 30 52
Binary 10000101 10000001 1010001 0 11 100111 110000 110111 11000 101010

Color Harmonies of #858151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858151

Black with #858151

Text Example


Text Example

White with #858151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858151; }

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

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

background-color css

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

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

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

border-color css

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

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

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